Never use simple browser on desktop (#303312)

* Never use simple browser on desktop

* Update extensions/simple-browser/package.nls.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Kyle Cutler
2026-03-19 14:56:56 -07:00
committed by GitHub
parent caef4ed7e4
commit b4018e320b
3 changed files with 9 additions and 15 deletions

View File

@@ -42,6 +42,14 @@
"category": "Simple Browser"
}
],
"menus": {
"commandPalette": [
{
"command": "simpleBrowser.show",
"when": "isWeb"
}
]
},
"configuration": [
{
"title": "Simple Browser",
@@ -51,12 +59,6 @@
"default": true,
"title": "Focus Lock Indicator Enabled",
"description": "%configuration.focusLockIndicator.enabled.description%"
},
"simpleBrowser.useIntegratedBrowser": {
"type": "boolean",
"default": true,
"markdownDescription": "%configuration.useIntegratedBrowser.description%",
"scope": "application"
}
}
}