mirror of https://github.com/microsoft/vscode.git
Fix setting decription and remove unused setting
This commit is contained in:
parent
d9e4f5cf97
commit
e5c4f426fe
|
@ -1,6 +1,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.focusLockIndicator.enabled.description": "Enable/disable the floating indicator that shows when focused in the simple browser."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue