Skip to content

Commit ba158c8

Browse files
authored
adds experimental tag to editor.experimental.asyncTokenization (microsoft#175296)
1 parent 720985f commit ba158c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ const editorConfiguration: IConfigurationNode = {
9898
'editor.experimental.asyncTokenization': {
9999
type: 'boolean',
100100
default: false,
101-
description: nls.localize('editor.experimental.asyncTokenization', "Controls whether the tokenization should happen asynchronously on a web worker.")
101+
description: nls.localize('editor.experimental.asyncTokenization', "Controls whether the tokenization should happen asynchronously on a web worker."),
102+
tags: ['experimental'],
102103
},
103104
'editor.language.brackets': {
104105
type: ['array', 'null'],

0 commit comments

Comments
 (0)