ritwickdey / vscode-live-server

Launch a development local Server with live reload feature for static & dynamic pages.
https://ritwickdey.github.io/vscode-live-server
MIT License
5.79k stars 1.28k forks source link

Ports seem to not be closing: Port is now 5502 #2997

Closed ma-rost closed 2 months ago

ma-rost commented 2 months ago

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report  <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
[ ] Other: <!-- Please describe: -->

Current behavior

Expected behavior

When I shut down VSCode or the PC as a whole, Live server should automatically shut down all server ports. Upon the next launch, it should return to 5500

Environment

Browser:

- [ ] Chrome (desktop) version XX
- [X] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:

- Live Server: 5.7.9
- Platform:  Windows
- Visual Studio Code: 1.93

Others