Skip to content

Commit

Permalink
Enables experiments for diffEditor.diffAlgorithm (#180954)
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet authored Apr 26, 2023
1 parent 3e824cf commit 672c554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/editor/common/config/editorConfigurationSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ const editorConfiguration: IConfigurationNode = {
markdownEnumDescriptions: [
nls.localize('diffAlgorithm.legacy', "Uses the legacy diffing algorithm."),
nls.localize('diffAlgorithm.advanced', "Uses the advanced diffing algorithm."),
]
],
tags: ['experimental'],
},
}
};
Expand Down

0 comments on commit 672c554

Please sign in to comment.