Skip to content

Commit 29ac50a

Browse files
Add support for presets v10 (#4460)
* added graphviz, still need to add " * add * update changelog
1 parent 8d33ffb commit 29ac50a

File tree

5 files changed

+1774
-4
lines changed

5 files changed

+1774
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Features:
99
- Add an option to group the default build target dropdown using CMake groups [#3953](https://github.com/microsoft/vscode-cmake-tools/pull/3953) [@itzandroidtab](https://github.com/itzandroidtab)
1010
- Add `cmake.exclude` setting that allows users to set folders that they want the CMake Tools extension to ignore. [#4112](https://github.com/microsoft/vscode-cmake-tools/issues/4112)
1111
- Add a command to substitute CMake Cache variables in `launch.json` and `tasks.json`. [#4422](https://github.com/microsoft/vscode-cmake-tools/pull/4422)
12+
- Add support for presets v10. [#4459](https://github.com/microsoft/vscode-cmake-tools/issues/4459), [#4445](https://github.com/microsoft/vscode-cmake-tools/issues/4452)
1213

1314
Improvements:
1415

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3754,11 +3754,11 @@
37543754
},
37553755
{
37563756
"fileMatch": "CMakePresets.json",
3757-
"url": "cmake-tools-schema://schemas/CMakePresets-v8-schema.json"
3757+
"url": "cmake-tools-schema://schemas/CMakePresets-v10-schema.json"
37583758
},
37593759
{
37603760
"fileMatch": "CMakeUserPresets.json",
3761-
"url": "cmake-tools-schema://schemas/CMakePresets-v8-schema.json"
3761+
"url": "cmake-tools-schema://schemas/CMakePresets-v10-schema.json"
37623762
}
37633763
]
37643764
},

0 commit comments

Comments
 (0)