microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 455 forks source link

Expand use of the Problems Panel for CMakePresets errors #3929

Open qarni opened 4 months ago

qarni commented 4 months ago

We have a diagnostic collection for the Problems Panel for CMakePresets validation and expansion as of #3905. This can now be extended for lots of other entry points - for example, confirming that step 1 of the workflow preset is a configure step, schema validation, etc.

It will need to be fleshed out further to make sure we don't wipe out errors when adding new ones.