- Summarize the problem
- Include details about your goal
I want the Live Server extension in Visual Studio Code to automatically run and open my HTML, CSS and JS files in a website
- Describe expected and actual results
Expected: After clicking on "Go Live", a browser tab automatically pops up and runs my website.
Actual: After clicking on "Go Live", a port is created but the tab doesn't open.
- Include any error messages
No error messages occurred.
- Describe what you’ve tried
- Installing his Chrome extension,
- Watching these YouTube videos
- Setting
liveServer.settings.useBrowserPreview
tofalse
. - Reinstalling his Visual Studio Code extension.