Files
vscode/extensions/simple-browser/package.nls.json
Matt Bierner 2fed7ba374 Adding settings to control which schemes simple browser is enabled for
Also adds a setting to enable/disable the focus lock indicator
2021-01-06 12:17:36 -08:00

8 lines
454 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.",
"configuration.opener.enabledHosts.description": "Lists of hosts to open in the simple browser. For example: `localhost`."
}