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

[Feature] Expose CMake commands to Copilot Agent mode

Open doxxx opened this issue 2 months ago • 2 comments

Request Overview

It would be helpful when working with Copilot Agent mode if CMake commands like Configure, Build, Run Tests, etc. were exposed as tools to the agent. This would allow it to do things like rerun Configure after adding a new source file, run the build to check that the modified code compiles, and run tests to check that they pass.

Additional Information

No response

doxxx avatar Oct 07 '25 19:10 doxxx

+1. I would use this heavily.

Peter0x44 avatar Nov 17 '25 03:11 Peter0x44

Just to be clear what I mean, I'm referring to the VSCode form of these commands -- what the user would do if they were doing the work. I have my projects configured in VSCode so that the various CMake commands just work. If the agent is left to do these things through the command-line, it has to figure out the correct forms of the commands etc. so that builds and tests are run correctly. It would be much simpler for it to simply invoke the VSCode commands to perform these actions.

doxxx avatar Nov 17 '25 12:11 doxxx