mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Continue work on url opener api
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
This commit is contained in:
@@ -2,6 +2,5 @@
|
||||
"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.",
|
||||
"configuration.opener.enabledHosts.description": "Lists of hosts to open in the simple browser. For example: `localhost`."
|
||||
"configuration.opener.enabled.description": "(Experimental) Enables using the built-in simple browser when opening http and https urls."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user