mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
For #109277 - Add `option` opener priority. This means the oper will only be shown if requested but will not replace the default opener - Persist registered openers for IntelliSense suggestions
7 lines
329 B
JSON
7 lines
329 B
JSON
{
|
|
"displayName": "Simple Browser",
|
|
"description": "A very basic built-in webview for displaying web content.",
|
|
"configuration.focusLockIndicator.enabled.description": "Enable/disable ",
|
|
"configuration.opener.enabled.description": "(Experimental) Enables using the built-in simple browser when opening http and https urls."
|
|
}
|