ritwickdey / vscode-live-server

Launch a development local Server with live reload feature for static & dynamic pages.
https://ritwickdey.github.io/vscode-live-server
MIT License
5.57k stars 1.2k forks source link

live server is not working #2934

Open farhanfir opened 2 months ago

farhanfir commented 2 months ago

This extension has been disabled because it does not support virtual workspaces.

Neha-Akter-Alisha commented 1 month ago

Go to “Edit system environment variables”

Click on “Environment Variables”

In the System tab, look for “PATH” or “Path”

Click on “Edit”

Add C:\Windows\System32

Click Ok and close everything.

If it doesn't work:

Uninstall the extension

Restart your computer.

Reinstall the extension

Go to the live server extension's settings

Click in "Edit in settings.json"

Remove the line “liveServer.settings.NoBrowser”: true,"

And manually add your preferred browser. Example:

“liveServer.settings.CustomBrowser”:“chrome:PrivateMode”