Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
3.3.0
-
None
Description
I modified CMakePresets.json to add a necessary customisation to the file:
{ "version": 3, "configurePresets": [ { "hidden": true, "name": "Qt", "cacheVariables": { "CMAKE_PREFIX_PATH": "$env{QTDIR}" }, "vendor": { "qt-project.org/Qt": { "checksum": "wVa86FgEkvdCTVp1/nxvrkaemJc=" }, "microsoft.com/VisualStudioRemoteSettings/CMake/1.0": { "copySourcesOptions": { "method": "rsync", "exclusionList": [ ".vs", ".git", "out", "vcpkg_installed" ] } } } } ], "vendor": { "qt-project.org/Presets": { "checksum": "67SmY24ZeVbebyKD0fGfIzb/bGI=" } } }
but the next time I opened Visual Studio it had been removed.
Attachments
Issue Links
- clones
-
QTVSADDINBUG-1255 Cannot customize cmakepresets.json. (issue #38)
-
- Open
-