mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Support additional actions in integrated browser (#287653)
* Add setting to redirect simple browser * Open in external browser * Open settings * Move to new window * clean * Add element shortcut * Menu item updates * PR feedback
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"displayName": "Simple Browser",
|
||||
"description": "A very basic built-in webview for displaying web content.",
|
||||
"configuration.focusLockIndicator.enabled.description": "Enable/disable the floating indicator that shows when focused in the simple browser."
|
||||
"configuration.focusLockIndicator.enabled.description": "Enable/disable the floating indicator that shows when focused in the simple browser.",
|
||||
"configuration.useIntegratedBrowser.description": "When enabled, the `simpleBrowser.show` command will open URLs in the integrated browser instead of the Simple Browser webview. **Note:** This setting is experimental and only available on desktop."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user