microsoft / vscode-cmake-tools

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

Update kits-variants doc with unsupported commands that are specific for presets #3784

Closed andreeis closed 4 months ago

andreeis commented 4 months ago

Fix for request https://github.com/microsoft/vscode-cmake-tools/issues/3574.

The kits-variants doc mentions "Scan for Kits" command which indeed is supported when kits/variants are ON (and not presets). The user mentions that the command "Scan for Compilers" is available in the commands palette which probably happens when presets are ON (and not kits/variants).

Following the model of presets doc, which mentions all the kits-variants commands that are not available with presets on, this PR adds a paragraph enumerating all commands not available with kits-variants on. This should clear any confusion around "Scan for Kits" and "Scan for Compilers" commands.

gcampbell-msft commented 4 months ago

Only docs, force merging.