Skip to content

Commit 2b2a101

Browse files
authored
Merge pull request #4982 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 54191e6 + e2c82ef commit 2b2a101

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/build/cmake-presets-vs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ We recommend *`CMakePresets.json`* as an alternative to *`CMakeSettings.json`*.
2323

2424
The supported *`CMakePresets.json`* and *`CMakeUserPresets.json`* schema versions depend on your version of Visual Studio:
2525
- Visual Studio 2019 version 16.10 and later support schema versions 2 and 3.
26-
- Visual Studio 2022 version 17.4 preview 2 adds support for schema versions 4 and 5.
26+
- Visual Studio 2022 version 17.4 preview 1 adds support for schema version 4.
27+
- Visual Studio 2022 version 17.5 preview 1 adds support for schema version 5.
2728

2829
You can update the version by changing the `"version"` field in the root object. For an example and more information, see [`CMakePresets.json` format](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#format).
2930

0 commit comments

Comments
 (0)