Skip to content

Commit 29be8e8

Browse files
authored
Turns on asyncTokenization by default. Fixes microsoft#225794 (microsoft#226410)
1 parent 019e9fb commit 29be8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const editorConfiguration: IConfigurationNode = {
9494
},
9595
'editor.experimental.asyncTokenization': {
9696
type: 'boolean',
97-
default: false,
97+
default: true,
9898
description: nls.localize('editor.experimental.asyncTokenization', "Controls whether the tokenization should happen asynchronously on a web worker."),
9999
tags: ['experimental'],
100100
},

0 commit comments

Comments
 (0)