Turns off experimental diff editor again. Will use an experiment to roll it out. (#186499)

This commit is contained in:
Henning Dieterichs 2023-06-28 15:11:07 +02:00 committed by GitHub
parent cd9de1ee2e
commit ad7b2a101e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ const editorConfiguration: IConfigurationNode = {
},
'diffEditor.experimental.useVersion2': {
type: 'boolean',
default: true,
default: false,
description: nls.localize('useVersion2', "Controls whether the diff editor uses the new or the old implementation."),
},
'diffEditor.experimental.showEmptyDecorations': {