Changes to configuration while command is in progress.
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.
Thanks for reporting it. Unfortunately, It will require an effort to fix this edge case issue in proper way.