Fix setting decription and remove unused setting

This commit is contained in:
Matt Bierner 2021-01-26 16:03:36 -08:00
parent d9e4f5cf97
commit e5c4f426fe
1 changed files with 1 additions and 2 deletions

View File

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