Skip to content

Commit cee6ebe

Browse files
bobbrowColengms
authored andcommitted
Disabling enhanced colorization for now. (#3785)
1 parent 566e657 commit cee6ebe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Extension/cpptools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"defaultIntelliSenseEngine": 100,
44
"recursiveIncludes": 100,
55
"gotoDefIntelliSense": 100,
6-
"enhancedColorization": 100
6+
"enhancedColorization": 0
77
}

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"C_Cpp.intelliSenseCachePath": {
295295
"type": "string",
296296
"default": null,
297-
"description": "Defines the folder path for cached precompiled headers used by IntelliSense. The default cache path is \"%LocalAppData%\/Microsoft/vscode-cpptools\" on Windows and \"~/.vscode-cpptools\" on Linux and Mac. The default path will be used if no path is specified or if a specified path is invalid.",
297+
"description": "Defines the folder path for cached precompiled headers used by IntelliSense. The default cache path is \"%LocalAppData%/Microsoft/vscode-cpptools\" on Windows and \"~/.vscode-cpptools\" on Linux and Mac. The default path will be used if no path is specified or if a specified path is invalid.",
298298
"scope": "resource"
299299
},
300300
"C_Cpp.intelliSenseCacheSize": {
@@ -503,7 +503,7 @@
503503
"Enabled",
504504
"Disabled"
505505
],
506-
"default": "Enabled",
506+
"default": "Disabled",
507507
"description": "If enabled, code is colorized based on IntelliSense. This setting has no effect if IntelliSense is disabled.",
508508
"scope": "resource"
509509
}

0 commit comments

Comments
 (0)