This commit is contained in:
Henning Dieterichs 2023-06-28 21:08:14 +02:00 committed by GitHub
parent 1c4678bc05
commit e30e843e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,12 +205,12 @@ const editorConfiguration: IConfigurationNode = {
'diffEditor.experimental.collapseUnchangedRegions': {
type: 'boolean',
default: false,
description: nls.localize('collapseUnchangedRegions', "Controls whether the diff editor shows unchanged regions. Only works when 'diffEditor.experimental.useVersion2' is set."),
markdownDescription: nls.localize('collapseUnchangedRegions', "Controls whether the diff editor shows unchanged regions. Only works when {0} is set.", '`#diffEditor.experimental.useVersion2#`'),
},
'diffEditor.experimental.showMoves': {
type: 'boolean',
default: false,
description: nls.localize('showMoves', "Controls whether the diff editor should show detected code moves. Only works when 'diffEditor.experimental.useVersion2' is set."),
markdownDescription: nls.localize('showMoves', "Controls whether the diff editor should show detected code moves. Only works when {0} is set.", '`#diffEditor.experimental.useVersion2#`')
},
'diffEditor.experimental.useVersion2': {
type: 'boolean',