Skip to content

Commit

Permalink
Update CustomizingDiffToolSelectionOrder.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 12, 2023
1 parent e6c5ebd commit e3178d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class CustomDiffReporter :
public CustomDiffReporter()
: base(
//TODO: re-order or remove as required
CodeCompareReporter.INSTANCE,
BeyondCompareReporter.INSTANCE,
TortoiseDiffReporter.INSTANCE,
AraxisMergeReporter.INSTANCE,
Expand All @@ -45,7 +44,7 @@ public class CustomDiffReporter :
}
}
```
<sup><a href='/src/ApprovalTests.Tests/Reporters/CustomDiffReporter.cs#L1-L23' title='Snippet source file'>snippet source</a> | <a href='#snippet-CustomDiffReporter.cs' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/ApprovalTests.Tests/Reporters/CustomDiffReporter.cs#L1-L22' title='Snippet source file'>snippet source</a> | <a href='#snippet-CustomDiffReporter.cs' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

You can also override the default order while using `DiffReporter` by defining `DiffEngine_ToolOrder` environment variable. The value of that variable should contain a delimiter (`,`, `|`, ` `) separated list of the diff tool names in the desired order. More details about that in [Diff Tool Order](https://github.com/VerifyTests/DiffEngine/blob/main/docs/diff-tool.order.md)
Expand Down

0 comments on commit e3178d8

Please sign in to comment.