vscode-live-server-plus-plus icon indicating copy to clipboard operation
vscode-live-server-plus-plus copied to clipboard

Live reload doesn't work if folder name has a suffix like ".js", ".ts"

Open felipeaf opened this issue 1 year ago • 0 comments

I've noticed that if I make a folder with a name ended in ".js" or ".ts", just open the folder in vscode and click "GO LIVE", then, live reload doesn't work (it starts server and browser, but change files doesn't auto-reload browser). If a rename that folder, just removing the dot (like "myprojectjs" instead myproject.js") and try again, then live reload works, in the same folder.

vscode 1.74.2 (apt/deb version) OS: Ubuntu 22.04

felipeaf avatar Dec 25 '22 14:12 felipeaf