Skip to content

Commit 011caf8

Browse files
committed
Revert "Reduce default C++ inlay hint font size 12 to match VS and potentially reduce confusion (#9480)"
This reverts commit a268363.
1 parent 032d9a2 commit 011caf8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Extension/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4057,20 +4057,17 @@
40574057
"[cpp]": {
40584058
"editor.wordBasedSuggestions": false,
40594059
"editor.suggest.insertMode": "replace",
4060-
"editor.semanticHighlighting.enabled": true,
4061-
"editor.inlayHints.fontSize": 12
4060+
"editor.semanticHighlighting.enabled": true
40624061
},
40634062
"[cuda-cpp]": {
40644063
"editor.wordBasedSuggestions": false,
40654064
"editor.suggest.insertMode": "replace",
4066-
"editor.semanticHighlighting.enabled": true,
4067-
"editor.inlayHints.fontSize": 12
4065+
"editor.semanticHighlighting.enabled": true
40684066
},
40694067
"[c]": {
40704068
"editor.wordBasedSuggestions": false,
40714069
"editor.suggest.insertMode": "replace",
4072-
"editor.semanticHighlighting.enabled": true,
4073-
"editor.inlayHints.fontSize": 12
4070+
"editor.semanticHighlighting.enabled": true
40744071
}
40754072
},
40764073
"semanticTokenTypes": [

0 commit comments

Comments
 (0)