-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
No way to stop continuous running once its started #398
Comments
Hello, |
Hi, following up from VS Code. A while back UI behavior in VS Code changed a bit. Clicking the "stop" button cancels the There's no known issues relating to cancellation in VS Code itself, so I believe that's probably what's happening here. |
When I click on "stop" button |
Note that the cancellation token provided to the runHandler is different than This is not the first time someone has been tripped up by this difference, I will clarify in our API docs. |
Fixed in v4.6.1.This issue was mentioned in CHANGELOG.md under a released entry so it is assumed to be fixed. |
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
Once the continuous running is triggered when the executable changes, there appears to be a
stop
button. But clicking it doesn't stop anything (the process is still running). The only workaround I found is to turn off continuous running and then turn it back on.Also, there is no such button in this panel.
However, if I start it manually, everything works fine.
PS. Btw, how do I enable continuous running by default at startup? There seems to be no option.
To Reproduce
continuous running
stop
button.Desktop
Regression bug?
**Log** (optional but recommended)
The text was updated successfully, but these errors were encountered: