static-server READMEThis is a simple static server serving static files (HTML, CSS, JS, WASM,...) inside the current folder without live-reload feature. It is also my first extenstion for vscode so I will keep it as simple as possible. Please feel free to leave feedback at my github repository. Thank you! FeaturesTo start serving, go To stop current server, go The server uses port 7357 as default. If that port is in use, it will use another random port (shown on status bar). It always serves files inside the first workspace folder. If no folder is open, the response status code will be 502. |