Skip to content

Commit 73fda38

Browse files
Colengmsbobbrow
authored andcommitted
Enable enhanced colorization by default (#3824)
* Enable enhanced colorization by default
1 parent 9211292 commit 73fda38

2 files changed

Lines changed: 2 additions & 2 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": 0
6+
"enhancedColorization": 100
77
}

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
"Enabled",
504504
"Disabled"
505505
],
506-
"default": "Disabled",
506+
"default": "Enabled",
507507
"description": "If enabled, code is colorized based on IntelliSense. This setting has no effect if IntelliSense is disabled or if using the Default High Contrast theme.",
508508
"scope": "resource"
509509
}

0 commit comments

Comments
 (0)