mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
8 lines
454 B
JSON
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`."
|
|
}
|