mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
* Update default value for useIntegratedBrowser setting Changed default value of useIntegratedBrowser to true. * Address feedback on default setting for `simpleBrowser.useIntegratedBrowser` (#296776) * Initial plan * Change default fallback for useIntegratedBrowserSetting from false to true Co-authored-by: jruales <1588988+jruales@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jruales <1588988+jruales@users.noreply.github.com> * Remove "experimental" label from simpleBrowser.useIntegratedBrowser setting description (#296777) * Initial plan * Remove 'experimental' from useIntegratedBrowser setting description Co-authored-by: jruales <1588988+jruales@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jruales <1588988+jruales@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
7 lines
493 B
JSON
7 lines
493 B
JSON
{
|
|
"displayName": "Simple Browser",
|
|
"description": "A very basic built-in webview for displaying web content.",
|
|
"configuration.focusLockIndicator.enabled.description": "Enable/disable the floating indicator that shows when focused in the simple browser.",
|
|
"configuration.useIntegratedBrowser.description": "When enabled, the `simpleBrowser.show` command will open URLs in the integrated browser instead of the Simple Browser webview. **Note:** This setting is only available on desktop."
|
|
}
|