Skip to content

Commit e4e3e14

Browse files
authored
Enables new diff editor by default (just for insiders) (microsoft#185899)
1 parent 8256e0d commit e4e3e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorConfigurationSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const editorConfiguration: IConfigurationNode = {
214214
},
215215
'diffEditor.experimental.useVersion2': {
216216
type: 'boolean',
217-
default: false,
217+
default: true,
218218
description: nls.localize('useVersion2', "Controls whether the diff editor uses the new or the old implementation."),
219219
}
220220
}

0 commit comments

Comments
 (0)