Skip to content

Commit bcd6c1d

Browse files
authored
Enable default color decorators by default (microsoft#233095)
enable default color decorators by default
1 parent 1279106 commit bcd6c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6269,7 +6269,7 @@ export const EditorOptions = {
62696269
// Leave these at the end (because they have dependencies!)
62706270
editorClassName: register(new EditorClassName()),
62716271
defaultColorDecorators: register(new EditorBooleanOption(
6272-
EditorOption.defaultColorDecorators, 'defaultColorDecorators', false,
6272+
EditorOption.defaultColorDecorators, 'defaultColorDecorators', true,
62736273
{ markdownDescription: nls.localize('defaultColorDecorators', "Controls whether inline color decorations should be shown using the default document color provider") }
62746274
)),
62756275
pixelRatio: register(new EditorPixelRatio()),

0 commit comments

Comments
 (0)