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:
Matt Bierner
2021-01-14 16:33:02 -08:00
parent a590d4fac3
commit cc5e8b22fa
15 changed files with 191 additions and 68 deletions

View File

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