Skip to content

Commit 4a85594

Browse files
authored
Change inlayHint defaults settings. (#9476)
1 parent 982314d commit 4a85594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,13 +2213,13 @@
22132213
},
22142214
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": {
22152215
"type": "boolean",
2216-
"default": true,
2216+
"default": false,
22172217
"markdownDescription": "%c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription%",
22182218
"scope": "application"
22192219
},
22202220
"C_Cpp.inlayHints.parameterNames.enabled": {
22212221
"type": "boolean",
2222-
"default": true,
2222+
"default": false,
22232223
"markdownDescription": "%c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription%",
22242224
"scope": "application"
22252225
},
@@ -2231,7 +2231,7 @@
22312231
},
22322232
"C_Cpp.inlayHints.referenceOperator.enabled": {
22332233
"type": "boolean",
2234-
"default": true,
2234+
"default": false,
22352235
"markdownDescription": "%c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription%",
22362236
"scope": "application"
22372237
},

0 commit comments

Comments
 (0)