Whenever I open another project/window in vscode the previous server instance keeps running and when I try to serve another project it won't work because the port is busy, terminal output shows: Error: Failed to listen on localhost:3000 (reason: Address already in use)
Stopping and/or reloading the server won't solve, it keeps saying the port is busy, in fact old files are still visible doing so.
Whenever I open another project/window in vscode the previous server instance keeps running and when I try to serve another project it won't work because the port is busy, terminal output shows: Error: Failed to listen on localhost:3000 (reason: Address already in use)
Stopping and/or reloading the server won't solve, it keeps saying the port is busy, in fact old files are still visible doing so.