Enable new diff editor for the vscode workspace (#185221)

This commit is contained in:
Henning Dieterichs
2023-06-15 15:11:44 +02:00
committed by GitHub
parent 9dc05300d7
commit d7eb1e4fb9

View File

@@ -148,5 +148,6 @@
],
"application.experimental.rendererProfiling": true,
"editor.experimental.asyncTokenization": true,
"editor.experimental.asyncTokenizationVerification": true
"editor.experimental.asyncTokenizationVerification": true,
"diffEditor.experimental.useVersion2": true,
}