Skip to content

Commit d7eb1e4

Browse files
authored
Enable new diff editor for the vscode workspace (microsoft#185221)
1 parent 9dc0530 commit d7eb1e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,6 @@
148148
],
149149
"application.experimental.rendererProfiling": true,
150150
"editor.experimental.asyncTokenization": true,
151-
"editor.experimental.asyncTokenizationVerification": true
151+
"editor.experimental.asyncTokenizationVerification": true,
152+
"diffEditor.experimental.useVersion2": true,
152153
}

0 commit comments

Comments
 (0)