ritwickdey / live-server-web-extension

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
MIT License
801 stars 332 forks source link

Update Setup.md - explicitly set useWebExt to true #70

Closed Vojnuk closed 3 years ago

Vojnuk commented 3 years ago

defaultSettings.json shows liveServer.settings.useWebExt=false. I suppose this is set up when installing VS Code extension , so it might be better to change it there. Anyway, without setting it to true web extension won't work.

Vojnuk commented 3 years ago

Nope, it also works while this is set to false. I probably had some other problem.