I think this is too late but same happened to me in Arcolinux. Just had to write as the launcher in settings.json file:

"liveServer.settings.CustomBrowser": "google-chrome-stable"

I left this here just in case this helps anybody else.

Answer from fonsick on askubuntu.com
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 223
Live server not working on the vs code in ubuntu os · Issue #223 · ritwickdey/vscode-live-server
October 20, 2018 - Please I don't know why the live server isn't working on my operating system. When I click on the go live, my webpage opens in chrome but as I type on vs code and save nothing happens. Plea...
Author   sammychinedu2ky
🌐
Reddit
reddit.com › r/vscode › live server is not working in vs code
r/vscode on Reddit: Live server is not working in vs code
December 3, 2018 -

hello everyone , i've install live server in my vscode with ubuntu OS. suddenly its not working . i've tried reinstalling vs code still its not working . i paste this command "liveServer.settings.CustomBrowser": "chrome" in user.json setiings still it doesnt do anything .Not even getting the go live button in the status bar . Is there any solution to fix the problem .

Any help would be appreciated.

🌐
freeCodeCamp
freecodecamp.org › news › visual-studio-code-live-server-not-working
Visual Studio Code Live Server Not Working
August 14, 2020 - Then, reopen VSCode and try again – go to the HTML file you want to view, right click, and select "Open with Live Server". It's possible that the extension is working, but your system doesn't have a default browser.
🌐
npm
npmjs.com › package › live-server
live-server - npm
HTTP/2 unencrypted mode is not supported by browsers, thus not supported by live-server. See this question and can I use page on HTTP/2 for more details. ... Open your browser's console: there should be a message at the top stating that live reload is enabled. Note that you will need a browser that supports WebSockets. If there are errors, deal with them. If it's still not working, file an issue.
      » npm install live-server
    
Published   Apr 27, 2022
Version   1.2.2
Author   Tapio Vierros
🌐
Parallels
forum.parallels.com › threads › official-ubuntu-20-04-live-server-does-not-boot.356891
Official ubuntu-20-04-live-server does not boot | Parallels Forums
March 9, 2022 - Hi, I am on Parallels Desktop 17 for Mac Pro Edition version 17.1.1 (51537) on a Macbook Pro M1 with MacOS Monterey 12.2.1. I have downloaded official...
Find elsewhere
🌐
Reddit
reddit.com › r/vscode › live server is not opening the browser
r/vscode on Reddit: Live server is not opening the browser
May 22, 2020 -

Hello,

I used Live Server before and this issue never happened. For some reason, when I open an HTML file with live server, it just starts the server without opening the browser itself.

I Googled around and tried all sorts of settings. Here is my settings.json:

    "liveServer.settings.donotShowInfoMsg": false,
    "liveServer.settings.CustomBrowser": "chrome",
    "liveServer.settings.NoBrowser": false,
}

I tried changing the browser itself to a different one (my main one is edge) but it also didn't work.

Opening the URL manually works (127.0.0.1).

Any suggestions would be great.

🌐
Ask Ubuntu
askubuntu.com › questions › 1443149 › ubuntu-18-04-6-live-server-nor-preseed-nor-autoinstall
ubuntu-18.04.6-live-server: nor preseed nor autoinstall? - Ask Ubuntu
November 30, 2022 - The only possible method for 18.04 is using the "apparently unsupported" ubuntu-18.04.6-server-amd64.iso image. The non-live iso worked fine using a preseed template.
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 65
vs code is not opening browser directly when live server gets on · Issue #65 · ritwickdey/vscode-live-server
January 17, 2018 - Hi When i am running my html file on vs code through "open with live server option" vs code is not opening browser directly when live server gets on its says "server is started at 5500" and then i have to go to my browser and type "localhost:5500" to get my folder and files .
Author   niharikaarora1997
🌐
GitHub
github.com › tapio › live-server › issues › 312
'live-server' is not recognized as an internal or external command, operable program or batch file. · Issue #312 · tapio/live-server
February 2, 2019 - 'live-server' is not recognized as an internal or external command, operable program or batch file.#312
Author   usamaasfar
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 720
Live Reload not working in Remote Window (WSL) · Issue #720 · ritwickdey/vscode-live-server
April 14, 2020 - Live reload to work as it does when not in a remote window connected to WSL. Browser: - [x] Chrome (desktop) version 80.0.3987.163 - [ ] Firefox version XX - [ ] Safari (desktop) version XX - [ ] IE version XX - [ ] Edge version XX For Tooling issues: - Live Server: 5.6.1 <!-- Check which version is installed --> - Platform: Windows | Ubuntu 18.04 WSL <!-- Mac, Linux, Windows --> - Visual Studio Code: 1.45.0-insider <!-- `code --version` --> When not using a remote window, the live reload feature works.
Author   addmanrcace
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 2941
LIVE SERVER IS NOT WORKING · Issue #2941 · ritwickdey/vscode-live-server
May 18, 2024 - LIVE SERVER IS NOT WORKING#2941 · Copy link · BhatuJay · opened · on May 18, 2024 · Issue body actions · live server is not working. can't open chrome. only notify server is open but not starting. what to do. Reactions are currently unavailable · No one assigned ·
Published   May 18, 2024
Author   BhatuJay
🌐
Bobby Hadz
bobbyhadz.com › blog › vscode-open-with-live-server-not-working
Visual Studio Code: Live server not working issue [Solved] | bobbyhadz
April 6, 2024 - Right-click in your index.html file and select Open with Live Server. If the error persists, try restarting your VS Code Window. ... Ctrl + Shift + P on Windows and Linux. Command + Shift + P on macOS.