Skip to content

Commit 5ba4af0

Browse files
authored
1 parent 180f909 commit 5ba4af0

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
@@ -195,7 +195,7 @@ const editorConfiguration: IConfigurationNode = {
195195
'diffEditor.diffAlgorithm': {
196196
type: 'string',
197197
enum: ['legacy', 'advanced'],
198-
default: 'advanced',
198+
default: 'legacy',
199199
markdownEnumDescriptions: [
200200
nls.localize('diffAlgorithm.legacy', "Uses the legacy diffing algorithm."),
201201
nls.localize('diffAlgorithm.advanced', "Uses the advanced diffing algorithm."),

0 commit comments

Comments
 (0)