cmake-integration-vscode icon indicating copy to clipboard operation
cmake-integration-vscode copied to clipboard

Feature Request: Stop Button

Open rudx0029 opened this issue 6 years ago • 1 comments
trafficstars

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.

rudx0029 avatar Sep 04 '19 17:09 rudx0029

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.

go2sh avatar Sep 05 '19 11:09 go2sh