go2sh / cmake-integration-vscode

CMake Server Interface for VSCode.
https://go2sh.github.io/cmake-integration-vscode/
Other
19 stars 11 forks source link

Feature Request: Stop Button #44

Open rudx0029 opened 5 years ago

rudx0029 commented 5 years ago

Can you please provide a stop button for the build? This can be as simple as toggling the build button to a stop button. In addition, IMO it would be more intuitive if the build button was disabled and 'F7' presses were ignored while a current build is in progress. Its confusing to see two or more builds launch in the same output window. At the end of the day, it is good having feedback that a build is in progress.

go2sh commented 5 years ago

Ah oh, of course. There is a stop command already, but it doesn't work always on every platform. Killing a process tree is a hard task. I'll add stop button and also some code to prevent multiple builds per project folder.