Skip to content

Commit 2b53df7

Browse files
authored
Enables diffEditor.experimental.useVersion2 to be configured by experiments. (microsoft#188271)
1 parent 61611e4 commit 2b53df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/common/config/editorConfigurationSchema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ const editorConfiguration: IConfigurationNode = {
216216
type: 'boolean',
217217
default: false,
218218
description: nls.localize('useVersion2', "Controls whether the diff editor uses the new or the old implementation."),
219+
tags: ['experimental'],
219220
},
220221
'diffEditor.experimental.showEmptyDecorations': {
221222
type: 'boolean',

0 commit comments

Comments
 (0)