ritwickdey / vscode-live-server-plus-plus

VsCode Live Server++ : It's Truly Live 😊 (BETA) -- [NOT RELEASED YET]
MIT License
515 stars 318 forks source link

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

Open felipeaf opened 1 year ago

felipeaf commented 1 year ago

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