go2sh / cmake-integration-vscode

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

Add option to run the built target? #100

Open ItsSunnyMonster opened 1 year ago

ItsSunnyMonster commented 1 year ago

Currently, I can only build the selected target with this extension. If I want to run it, I have to open it in the file explorer and then run the executable. That is a bit of a pain. So my suggestion is: add an action or a button that runs the current target.