mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +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:
@@ -51,6 +51,15 @@
|
||||
"default": true,
|
||||
"title": "Focus Lock Indicator Enabled",
|
||||
"description": "%configuration.focusLockIndicator.enabled.description%"
|
||||
},
|
||||
"simpleBrowser.useIntegratedBrowser": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "%configuration.useIntegratedBrowser.description%",
|
||||
"scope": "application",
|
||||
"tags": [
|
||||
"experimental"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user