Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/kits.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,21 @@ Keys:
> **Note:**
> To use Visual C++, both `visualStudio` and `visualStudioArchitecture` must be specified. Omitting either one won't work.

## Unsupported commands

The following commands are not supported when kits and variants are active:
- **CMake: Scan for Compilers**
- **CMake: Add Configure Preset**
- **CMake: Add Build Preset**
- **CMake: Add Test Preset**
- **CMake: Add Package Preset**
- **CMake: Add Workflow Preset**
- **CMake: Select Configure Preset**
- **CMake: Select Build Preset**
- **CMake: Select Test Preset**
- **CMake: Select Package Preset**
- **CMake: Select Workflow Preset**

### General options

The following additional options may be specified:
Expand Down
Loading