vscode-commandbar icon indicating copy to clipboard operation
vscode-commandbar copied to clipboard

Changes to configuration while command is in progress.

Open sarathkcm opened this issue 8 years ago • 1 comments

Issue : If the configuration file is edited while a command is in progress, the status bar button is reloaded, however, the previous command in progress is not terminated. If I click on the status bar button again, the command is re-executed without terminating the command which is in progress. Now the only way to terminate the previous command is to close VS Code.

Expected: If the status bar button is clicked while after configuration is re-loaded, it should either terminate the previous command or show options to terminate the previous command. Also, the button should show that the previous command is in progress after the configuration is reloaded.

sarathkcm avatar Feb 03 '18 10:02 sarathkcm

Thanks for reporting it. Unfortunately, It will require an effort to fix this edge case issue in proper way.

ppatotski avatar Feb 12 '18 14:02 ppatotski