mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
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:
@@ -39,12 +39,6 @@
|
||||
"default": true,
|
||||
"title": "Focus Lock Indicator Enabled",
|
||||
"description": "%configuration.focusLockIndicator.enabled.description%"
|
||||
},
|
||||
"simpleBrowser.opener.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"title": "Opener Enabled",
|
||||
"description": "%configuration.opener.enabled.description%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user