Skip to content

Commit eda33fc

Browse files
authored
Fixes microsoft#184900. Enables advanced diff algorithm by default. (microsoft#188474)
1 parent c815a85 commit eda33fc

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: 'legacy',
198+
default: 'advanced',
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)