You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/cmake-presets-vs.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ We recommend *`CMakePresets.json`* as an alternative to *`CMakeSettings.json`*.
23
23
24
24
The supported *`CMakePresets.json`* and *`CMakeUserPresets.json`* schema versions depend on your version of Visual Studio:
25
25
- 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.
27
28
28
29
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).
0 commit comments