-
Notifications
You must be signed in to change notification settings - Fork 523
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
Containers not being removed after debugging when using hotkeys to restart debugging #2676
Comments
Could be related to how VSCode handles tasks; we'll have to investigate. |
I've investigated and found that this issue is external: microsoft/vscode#117984 When restarting debugging via the UI button, |
Reopening. The root problem is actually in this extension; we misunderstood how the restart flow works. |
This fix is now released with Docker extension version 1.12.0. |
Summary:
When using
removeContainerAfterDebug
in mylaunch.json
, containers aren't being removed after debugging when using the Ctrl+Shift+F5 hotkey to restart debugging. They're removed just fine when clicking the restart button, just not when using the hotkey.How to reproduce:
removeContainerAfterDebug
totrue
inlaunch.json
in the launch configuration objectExpected behavior:
The container should be removed after debugging, the same as when you click the restart debugging button with the mouse.
The text was updated successfully, but these errors were encountered: