Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code left running not registering after vscode restart #191

Closed
MJCD opened this issue Oct 16, 2017 · 1 comment
Closed

Code left running not registering after vscode restart #191

MJCD opened this issue Oct 16, 2017 · 1 comment

Comments

@MJCD
Copy link

MJCD commented Oct 16, 2017

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.

@formulahendry
Copy link
Owner

Hi @MJCD , this issue has been fixed: It will stop running code when VS Code is closed. Please install the latest version and have a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants