mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 23:58:23 +01:00
@@ -195,7 +195,7 @@ const editorConfiguration: IConfigurationNode = {
|
||||
'diffEditor.diffAlgorithm': {
|
||||
type: 'string',
|
||||
enum: ['legacy', 'advanced'],
|
||||
default: 'legacy',
|
||||
default: 'advanced',
|
||||
markdownEnumDescriptions: [
|
||||
nls.localize('diffAlgorithm.legacy', "Uses the legacy diffing algorithm."),
|
||||
nls.localize('diffAlgorithm.advanced', "Uses the advanced diffing algorithm."),
|
||||
|
||||
Reference in New Issue
Block a user