-
Notifications
You must be signed in to change notification settings - Fork 468
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
Add support for CMake 3.21 and CMakePresets.json v3 files #1904
Comments
In addition to supporting v3 files, there are also some features we can light up in the extension.
Edited to not include changes to our templates. |
CMake 3.21 is now released. Do you have a plan when this will be availible in cmake-tools? |
We have also switched to CMakePresets.json v3 and wanted to use |
@anb0s thanks for asking. You can try a preview of this feature by following these steps:
Let us know if you have any issues with it. |
verified with 1.9.0 - the v3 is supported |
have other issue now, see #2179 |
Kitware is incrementing the version of CMakePresets.json files in CMake 3.21. We need to support CMakePresets.json v3 files and CMake 3.21 in cmake-tools.
The text was updated successfully, but these errors were encountered: