From 898fcd63dc3eb51a2e1a4a0fe49860fc3a1bb72e Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 13 Apr 2023 15:12:27 +0200 Subject: [PATCH] Updates VS Code workspace settings (#179864) * the experimental diff algorithm is now the default in insiders * turns on asyncTokenizationVerification to investigate a reported bug --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ecb1291708f..52ab4c096fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -125,5 +125,5 @@ ], "application.experimental.rendererProfiling": true, "editor.experimental.asyncTokenization": true, - "diffEditor.diffAlgorithm": "experimental" + "editor.experimental.asyncTokenizationVerification": true, }