yandeu / five-server

⚡ Development Server with Live Reload Capability. (Maintained Fork of Live Server)
https://www.npmjs.com/package/five-server
Other
165 stars 14 forks source link

Five Server: Navigate does not work #138

Open AspieSoft opened 5 months ago

AspieSoft commented 5 months ago

when I change the "Five Server: Navigate" setting in vscode to false, nothing changes.

Is this method supposed to open the browser to the home page?

if not, please add a method to have the browser open to the home page instead of opening my script.js file.

example: an option to always open "http://127.0.0.1:3000" instead of opening "http://127.0.0.1:3000/script.js" or "http://127.0.0.1:3000/style.css"

or you could add an option to only open .html files, and not assets.