Skip to content

Commit

Permalink
Add support for CMake Presets V5 (#2995)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasinlock authored Feb 3, 2023
1 parent dc0bd4b commit f666577
Show file tree
Hide file tree
Showing 5 changed files with 1,392 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.14
Improvements:
- Add an optional description field to kits. [PR #2944](https://github.com/microsoft/vscode-cmake-tools/pull/2944) [@TisziV](https://github.com/TisziV)
- Add support for CMake Presets V5. [#2979](https://github.com/microsoft/vscode-cmake-tools/issues/2979)

Bug Fixes:
- Check if "CMakeLists.txt" exists after renaming. [#2986](https://github.com/microsoft/vscode-cmake-tools/issues/2986)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2072,11 +2072,11 @@
},
{
"fileMatch": "CMakePresets.json",
"url": "cmake-tools-schema:///schemas/CMakePresets-v4-schema.json"
"url": "cmake-tools-schema:///schemas/CMakePresets-v5-schema.json"
},
{
"fileMatch": "CMakeUserPresets.json",
"url": "cmake-tools-schema:///schemas/CMakePresets-v4-schema.json"
"url": "cmake-tools-schema:///schemas/CMakePresets-v5-schema.json"
}
]
},
Expand Down
Loading

0 comments on commit f666577

Please sign in to comment.