Updates VS Code workspace settings (#179864)

* the experimental diff algorithm is now the default in insiders
* turns on asyncTokenizationVerification to investigate a reported bug
This commit is contained in:
Henning Dieterichs 2023-04-13 15:12:27 +02:00 committed by GitHub
parent f972a31938
commit 898fcd63dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,5 +125,5 @@
],
"application.experimental.rendererProfiling": true,
"editor.experimental.asyncTokenization": true,
"diffEditor.diffAlgorithm": "experimental"
"editor.experimental.asyncTokenizationVerification": true,
}