Skip to content

Commit 672c554

Browse files
authored
Enables experiments for diffEditor.diffAlgorithm (microsoft#180954)
1 parent 3e824cf commit 672c554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ const editorConfiguration: IConfigurationNode = {
199199
markdownEnumDescriptions: [
200200
nls.localize('diffAlgorithm.legacy', "Uses the legacy diffing algorithm."),
201201
nls.localize('diffAlgorithm.advanced', "Uses the advanced diffing algorithm."),
202-
]
202+
],
203+
tags: ['experimental'],
203204
},
204205
}
205206
};

0 commit comments

Comments
 (0)