Go to Files > Prefrences > Settings

From Default User settings choose LiveServer Config

Inside it click on pen icon to the left on liveServer.settings.CustomBrowser select chrome.

Answer from Aditya on Stack Overflow
🌐
GitHub
github.com › ritwickdey › vscode-live-server › blob › master › docs › settings.md
vscode-live-server/docs/settings.md at master · ritwickdey/vscode-live-server
Example: /sub_folder1/sub_folder2. Now sub_folder2 will be root of the server. Default value is "/".(The Workspace Root). liveServer.settings.CustomBrowser: To change your system's default browser.
Author   ritwickdey
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Live Server - Visual Studio Marketplace
Extension for Visual Studio Code - Launch a development local Server with live reload feature for static & dynamic pages
🌐
Ritwick Dey
ritwickdey.github.io › vscode-live-server › docs › settings.html
Settings | Live Server | VSCode Extension
Example: /sub_folder1/sub_folder2. Now sub_folder2 will be root of the server. Default value is “/”.(The Workspace Root). liveServer.settings.CustomBrowser: To change your system’s default browser.
🌐
YouTube
youtube.com › watch
How to Change Live Server Browser in Visual Studio Code - YouTube
In this video, you will learn how to change live server browser in visual studio code. I hope you'll like the video and leave your feedback and suggestions f...
Published   August 26, 2024
🌐
Stack Overflow
stackoverflow.com › questions › 75759175 › how-do-i-select-a-browser-to-use-for-vs-code-live-server
liveserver - How do I select a browser to use for VS Code Live Server? - Stack Overflow
I just installed Live Server in VS Code but when I try to open (within VS Code and NOT in an external window) it always uses Simple Browser with doesn't allow me to open Dev Tools. How do I set Chr...
Find elsewhere
🌐
GeeksforGeeks
geeksforgeeks.org › how-to-enable-live-server-on-visual-studio-code
How to Enable Live Server on Visual Studio Code | GeeksforGeeks
December 17, 2024 - Alternatively, you can right-click on your HTML file and select "Open with Live Server" from the context menu. Your default web browser will open automatically with a live preview of your HTML page.
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 87
ritwickdey/vscode-live-server
March 13, 2018 - I love FF Developer Edition because of CSS Grid tools, but for my OS, I want to stick with Chrome for default browser. I tried: "liveServer.settings.CustomBrowser": "firefox", This did not open it up.
Author   manavm1990
🌐
freeCodeCamp
freecodecamp.org › news › vscode-live-server-auto-refresh-browser
VS Code Live Server – How to Auto-Refresh Your Browser with this Simple Extension
October 14, 2020 - Then you will be able to see the changes quickly and automatically. If you prefer, you can also watch the tutorial video below: You can skip this part if you have already installed VS Code on your computer. Otherwise, you can download it from its official website. ... On the left side, you should see a couple of icons. One of them (under the no bugs icon) is the extensions button: Once you click on it a search bar will appear. Just type in “live server”.
🌐
freeCodeCamp
freecodecamp.org › news › visual-studio-code-live-server-not-working
Visual Studio Code Live Server Not Working
August 14, 2020 - Even if you did set the default ... you'd like to use explicitly. First, open the Command Pallete with F1, then type in Preferences: Open Settings (JSON) and select that option. This will open your VSCode settings.json ...
🌐
Ritwick Dey
ritwickdey.github.io › vscode-live-server
Home Page | Live Server | VSCode Extension
Support for excluding files for change detection. Hot Key control. Customizable Port Number, Server Root, default browser. Support for any browser (Eg: Firefox Nightly) using advance Command Line. Support for Chrome Debugging Attachment (More Info). [Quick Gif Demo]. Remote Connect through WLAN (E.g.: Connect with mobile) [Need Help? See FAQ Section] Use preferable host name (localhost or 127.0.0.1). Customizable Supporting Tag for Live Reload feature.
🌐
Medium
medium.com › @aleksej.gudkov › how-to-use-live-server-in-visual-studio-code-for-real-time-web-development-c1914a4e7f24
How to Use Live Server in Visual Studio Code for Real-Time Web Development | by UATeam | Medium
November 24, 2024 - Alternatively, you can click the Go Live button in the bottom-right corner of the status bar in VS Code to start the server. Your default web browser will open automatically and display your project.
🌐
Reddit
reddit.com › r/vscode › setting up vs code live server to use a browser profile as default
r/vscode on Reddit: Setting up VS Code Live Server to use a browser profile as default
July 12, 2022 -

Hello guys,

I have a separate profile in Firefox for the Live Server, but how do I change the defaults to use that specific profile?

I've also created a shortcut for the profile("C:\Program Files\Mozilla Firefox\firefox.exe" -P Test), but I don't know how to implement it.

🌐
Glarity
askai.glarity.app › search › How-do-I-change-my-web-browser-in-Visual-Studio-Code--VS-Code
How do I change my web browser in Visual Studio Code (VS Code)? - Ask and Answer - Glarity
Here’s a simple guide on how to do it: 1. **Open VS Code**: Start by launching your Visual Studio Code application. ... - You may see an option to set the default browser for the Live Server (if you have the Live Server extension installed).
🌐
Super User
superuser.com › questions › 1392847 › vs-code-how-to-set-chrome-as-the-default-browser-instead-of-edge
vs code: How to set chrome as the default browser instead of Edge? - Super User
January 10, 2019 - I'm trying to serve a React project live on chrome, but it always opens on Microsoft Edge. Following some answers, I changed the settings like so: "liveServer.settings.CustomBrowser": "chrome" "open-in-browser.default": "chrome"
🌐
GitHub
github.com › ritwickdey › vscode-live-server
GitHub - ritwickdey/vscode-live-server: Launch a development local Server with live reload feature for static & dynamic pages. · GitHub
Support for excluding files for change detection. Hot Key control. Customizable Port Number, Server Root, default browser. Support for any browser (Eg: Firefox Nightly) using advance Command Line. Support for Chrome Debugging Attachment (More Info). [Quick Gif Demo]. Remote Connect through WLAN (E.g.: Connect with mobile) [Need Help? See FAQ Section] Use preferable host name (localhost or 127.0.0.1). Customizable Supporting Tag for Live Reload feature.
Starred by 6.8K users
Forked by 1.8K users
Languages   TypeScript 76.9% | JavaScript 20.8% | HTML 2.3%