Enables experimental diff algorithm for workspace (#178819)

This commit is contained in:
Henning Dieterichs 2023-03-31 16:52:22 +02:00 committed by GitHub
parent 9c9ba4c45d
commit 168a670c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,5 +124,6 @@
"main"
],
"application.experimental.rendererProfiling": true,
"editor.experimental.asyncTokenization": true
"editor.experimental.asyncTokenization": true,
"diffEditor.diffAlgorithm": "experimental"
}