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:
Kyle Cutler
2026-01-14 12:43:16 -08:00
committed by GitHub
parent 7341d1baed
commit 4e9b0b7fc3
6 changed files with 199 additions and 54 deletions

View File

@@ -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"
]
}
}
}