Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.7 KB

diff-tool.order.md

File metadata and controls

55 lines (42 loc) · 2.7 KB

Diff Tool Order

Default

Custom order

ViaEnvironment Variable

Set an DiffEngine_ToolOrder environment variable with the preferred order of toll resolution. The value can be comma (,), pipe (|), or space separated.

For example VisualStudio,Meld will result in VisualStudio then Meld then all other tools being the order.

Via Code

DiffTools.UseOrder(DiffTool.VisualStudio, DiffTool.AraxisMerge);

snippet source | anchor