-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Open
Labels
browser-integrationWeb browsing features integrated into VS Code (e.g. integrated browser)Web browsing features integrated into VS Code (e.g. integrated browser)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
Steps to Reproduce:
- Start a Live Preview for an HTML file
- Quit VS Code and start it again
- 🐛 Now the behavior will be different depending on the value of
"livePreview.useIntegratedBrowser". We should try to match the old behavior that was there when Integrated Browser was disabled.
When livePreview.useIntegratedBrowser setting is false, the live preview browser window will briefly appear with a blank page, then it will automatically close itself when it realizes the live server is not running.
When livePreview.useIntegratedBrowser setting is true, the live preview browser window will open with a Connection Refused error and stay like that:
We should consider closing the Browser window in this type of case to match the old behavior.
Reactions are currently unavailable
Metadata
Metadata
Labels
browser-integrationWeb browsing features integrated into VS Code (e.g. integrated browser)Web browsing features integrated into VS Code (e.g. integrated browser)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug