Try de-selecting the “No Browser” option. Is liveServer.settings.AdvanceCustomBrowserCmdLine set to false? Does it work with your system’s default browser if you set “Custom browser” to null? Anyway, there are other extensions you can try. “Five Server” is a fork of Live Server, and “Live Previe… Answer from lasjorg on forum.freecodecamp.org
🌐
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".
🌐
Reddit
reddit.com › r/vscode › can someone pls help me with this? the live server extension isn't working as intended.
r/vscode on Reddit: Can someone pls help me with this? The live server extension isn't working as intended.
March 14, 2024 -

I just can't get the live server extension to work properly. At first I had vscode only and the live server was working properly. Then I reinstalled vscode to add it to PATH and intalled git. I renamed the folder from Test Website to Test Website #1 and initialized a repo in it. But now the live server isn't working, even the microsoft's extension, live server preview isn't working. It's saying that "d:/Repository/Test Website is missing", so I made a new folder named Test Website, still no results. Somebody pls tell me how to resolve this.
🌐
Kirby Forum
forum.getkirby.com › the cms › questions
VS Code Live Server not working - Questions - Kirby Forum
October 15, 2019 - Hi Trying to use VS Code Live Server, I’ve installed the extension. In the address bar I’ve entered: http://127.0.0.1:5500/plainkit-master/site/templates/oil-paintings/ I receive: Cannot GET /plainkit-master/site/temp…
🌐
Reddit
reddit.com › r/vscode › visual studio code live server not giving me the preview
r/vscode on Reddit: Visual studio code live server not giving me the preview
December 15, 2022 -

Hello , am not sure this is the right place but when i open my htlm file with live server on google chrome , normal or Incognito mode its not working

this : https://cdn.discordapp.com/attachments/703709336370675913/1052567823165181963/image.png is what i am getting

I tried changing my browser , changed the live server version , changed the port nothing works .

I checke some google videos that told me to switch port , change folder name nothing works

Thanks in advance

edit: no its not .htlm was just a solution that did not work from youtube : https://cdn.discordapp.com/attachments/703709336370675913/1052588668289822730/image.png but no mater the file live server preview does not work for

edit2: ok i had to rename a few things it starting to work !

The problem was that live server was not updating changes so obviously it would not show any even if the other problems where solved,the solution was to change

• Open settings.
• Search for 'autosave'.
• Set it to 'afterDelay'.

It works fine ! thanks guys <3

🌐
Code with Mosh
forum.codewithmosh.com › html/css
Live Server - Not Opening in Chrome Browser - HTML/CSS - Code with Mosh Forum
May 21, 2021 - I am currently working part 1 of Code with Mosh HTML5 & CSS3 Series. I am having trouble with the Live Server extension. When I right-click on my HTML code in Visual Studio Code and select “Open with Live Server,” I get …
Find elsewhere
🌐
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
🌐
npm
npmjs.com › package › live-server
live-server - npm
... See this suggested solution. ... Try using --wait=MS option. Where MS is time in milliseconds to wait before issuing a reload. The server is a simple node app that serves the working directory and its subdirectories.
      » npm install live-server
    
Published   Apr 27, 2022
Version   1.2.2
Author   Tapio Vierros
🌐
GitHub
github.com › negokaz › vscode-live-server-preview › issues › 8
Cannot GET /index.html · Issue #8 · negokaz/vscode-live-server-preview
February 9, 2018 - I try to F1 -> Show live server preview and this appears... Using v.1.21.0-insider
Author   i-oliva
🌐
Ritwick Dey
ritwickdey.github.io › vscode-live-server › CHANGELOG.html
Changelog | Live Server | VSCode Extension
May 16, 2020 - — 1. liveServer.settings.root to change root of server in between workspace folder structure. (Thanks zorgoz for the suggestion) [#2]. — 2. liveServer.settings.CustomBrowser to change default browser. — Bug Fixed - Cannot GET/ Error when server starts with a html file located sub folder of root.
🌐
YouTube
youtube.com › bir grewal
How to Fix Live Server in Visual Studio Code + Error on Port 5500 Solved - YouTube
Live Server - It's a very pleasent extension for all the web developers over there. It helps to open up your project in browser with in a click, and automati...
Published   August 23, 2021
Views   59K
🌐
YouTube
youtube.com › ali hossain
Why Visual Studio Code Live Server Not Working? - YouTube
🎉🎉 Join Payoneer & Earn 25$ 👉 https://alihossain.com/payoneer👩‍💻 Learn Tailwind CSS 👉 https://alihossain.com/tailwindcss👩‍💻 Learn Web development 👉 ...
Published   May 22, 2020
Views   132K
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Live Server - Visual Studio Marketplace
Visual Studio Code>Other>Live ServerNew to Visual Studio Code? Get it now.
🌐
Reddit
reddit.com › r/vscode › live server extension stopped working
r/vscode on Reddit: Live Server Extension Stopped Working
February 12, 2021 -

Now when I right-click on html.index file and choose "Open with live server" I get this error: Error: ENOTDIR: not a directory, stat '/Users/xxxxxxxxxxx/Desktop/HTML:CSS Templates/Newsgrid/index.html/'. It's happening with all projects.

Is this a known problem? Thanks

🌐
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.