Enable async tokenization for the vscode workspace to selfhost (#176410)
parent
2a290b6a72
commit
d8dd1e1959
|
@ -120,5 +120,6 @@
|
|||
},
|
||||
"githubPullRequests.assignCreated": "${user}",
|
||||
"githubPullRequests.defaultMergeMethod": "squash",
|
||||
"application.experimental.rendererProfiling": true
|
||||
"application.experimental.rendererProfiling": true,
|
||||
"editor.experimental.asyncTokenization": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue