FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

DiffEngine/docs/diff-tool.order.md at main · VerifyTests/DiffEngine · GitHub

Latest commit

 

History

History
59 lines (46 loc) · 3.13 KB

File metadata and controls

59 lines (46 loc) · 3.13 KB

Diff Tool Order

Default

Custom order

ViaEnvironment Variable

Set an DiffEngine_ToolOrder environment variable with the preferred order of tool 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


Back | FazBrowse Home | New Git URL