From 16d356d91f1226ad65ca628ffec3afc9c1f8b0ab Mon Sep 17 00:00:00 2001 From: Sofia Bili Date: Thu, 12 Jun 2025 09:57:25 +0200 Subject: [PATCH] Remove flag --webview-remote-debugging It is no longer needed to debug when the extension flag exists --- .../studio-pro-11/extensibility-api/web/get-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md index 8414f7107d5..7f28fcff24a 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md @@ -101,11 +101,11 @@ To test the extension, do the following in File Explorer. The extension files have now been added to the app. -1. Start Studio Pro with the following command line parameters to tell it to use the extensions in the folder. +1. Start Studio Pro with the following command line parameter to tell it to use the extensions in the folder. - `--enable-extension-development --webview-remote-debugging` + `--enable-extension-development` - These flags instruct Studio Pro to do the following: + This flag instructs Studio Pro to do the following: * Load extensions from the `extensions` folder * Enable web debugging tools which will be useful when developing your extension