Make simpleBrowser.useIntegratedBrowser true by default#296775
Merged
Conversation
Changed default value of useIntegratedBrowser to true.
simpleBrowser.useIntegratedBrowser true by default
simpleBrowser.useIntegratedBrowser true by defaultsimpleBrowser.useIntegratedBrowser true by default
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request changes the default value of the simpleBrowser.useIntegratedBrowser setting from false to true and removes experimental tags to indicate the feature is ready for general use. The useIntegratedBrowser setting controls whether the simple browser extension opens URLs in VS Code's integrated browser or the traditional Simple Browser webview.
Changes:
- Changed default value of
simpleBrowser.useIntegratedBrowserfromfalsetotrue - Removed experimental tags (
"experimental","onExP") from the setting configuration
Contributor
Contributor
…rowser` (#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>
…etting 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>
kycutler
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make
simpleBrowser.useIntegratedBrowsertrue by default.It's already 100% rolled out on ExP.