Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
3.3.1 (rev.39)
-
None
Description
Before the current release (4.3.0 - I could only specify 3.3.1 (rev 39 above)) I could change the entries in CMakeUserPresets.json for Qt-Debug and Qt-Release so they were hidden as they were of no use to me.
Now the latest release INSISTS on adding them again without the `"hidden": true,` specification so I end up with:
```
{
"name": "Qt-Debug",
"inherits": "Qt-Default",
"binaryDir": "${sourceDir}/out/build/debug",
"cacheVariables":
,
"environment": {
"QML_DEBUG_ARGS": "-qmljsdebugger=file:
,block"
}
},
{
"name": "Qt-Release",
"inherits": "Qt-Default",
"binaryDir": "${sourceDir}/out/build/release",
"cacheVariables":
},
{
"hidden": true,
"name": "Qt-Debug",
"inherits": "Qt-Default",
"binaryDir": "${sourceDir}/out/build/debug",
"cacheVariables":
,
"environment": {
"QML_DEBUG_ARGS": "-qmljsdebugger=file:
,block"
}
},
{
"hidden": true,
"name": "Qt-Release",
"inherits": "Qt-Default",
"binaryDir": "${sourceDir}/out/build/release",
"cacheVariables":
},
```
which give me errors when it is parsed.
Please revert to allowing me to hide these
Attachments
Issue Links
- relates to
-
QTVSADDINBUG-1317 Qt VS Tools trashes user customisation of CMakePresets.json
-
- Open
-