You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduce
Start code running
Close vscode without terminating running code
Open vscode
Trying to run program will give port in use error as app still running
Trying to Stop Code will do nothing as nothing has been started that it knows of
Expected behavior
Runtimes started via code runner would be force terminated when all/the vscode instance(s) are closed OR
That runtimes created are tracked as to be able to stop them from within vscode after restarting.
The text was updated successfully, but these errors were encountered:
Reproduce
Start code running
Close vscode without terminating running code
Open vscode
Trying to run program will give port in use error as app still running
Trying to Stop Code will do nothing as nothing has been started that it knows of
Expected behavior
Runtimes started via code runner would be force terminated when all/the vscode instance(s) are closed OR
That runtimes created are tracked as to be able to stop them from within vscode after restarting.
The text was updated successfully, but these errors were encountered: