From d8dd1e19598c4d24380fbc08d277f3f63105531b Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 7 Mar 2023 18:07:55 +0100 Subject: [PATCH] Enable async tokenization for the vscode workspace to selfhost (#176410) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c11a78e3264..764c735510b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -120,5 +120,6 @@ }, "githubPullRequests.assignCreated": "${user}", "githubPullRequests.defaultMergeMethod": "squash", - "application.experimental.rendererProfiling": true + "application.experimental.rendererProfiling": true, + "editor.experimental.asyncTokenization": true }