Enable async tokenization for the vscode workspace to selfhost (#176410)

pull/176419/head
Henning Dieterichs 2023-03-07 18:07:55 +01:00 committed by GitHub
parent 2a290b6a72
commit d8dd1e1959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -120,5 +120,6 @@
},
"githubPullRequests.assignCreated": "${user}",
"githubPullRequests.defaultMergeMethod": "squash",
"application.experimental.rendererProfiling": true
"application.experimental.rendererProfiling": true,
"editor.experimental.asyncTokenization": true
}