File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4034
4034
"[cpp]" : {
4035
4035
"editor.wordBasedSuggestions" : false ,
4036
4036
"editor.suggest.insertMode" : " replace" ,
4037
- "editor.semanticHighlighting.enabled" : true
4037
+ "editor.semanticHighlighting.enabled" : true ,
4038
+ "editor.inlayHints.fontSize" : 12
4038
4039
},
4039
4040
"[cuda-cpp]" : {
4040
4041
"editor.wordBasedSuggestions" : false ,
4041
4042
"editor.suggest.insertMode" : " replace" ,
4042
- "editor.semanticHighlighting.enabled" : true
4043
+ "editor.semanticHighlighting.enabled" : true ,
4044
+ "editor.inlayHints.fontSize" : 12
4043
4045
},
4044
4046
"[c]" : {
4045
4047
"editor.wordBasedSuggestions" : false ,
4046
4048
"editor.suggest.insertMode" : " replace" ,
4047
- "editor.semanticHighlighting.enabled" : true
4049
+ "editor.semanticHighlighting.enabled" : true ,
4050
+ "editor.inlayHints.fontSize" : 12
4048
4051
}
4049
4052
},
4050
4053
"semanticTokenTypes" : [
You can’t perform that action at this time.
0 commit comments