Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 1, 2022
1 parent a087253 commit b4e8ba5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ DiffEngine manages launching and cleanup of diff tools. It is designed to be use
* [File type detection](#file-type-detection)
* [BuildServerDetector](#buildserverdetector)
* [Disable for a machine/process](#disable-for-a-machineprocess)
* [Disable in code](#disable-in-code)
* [Icons](#icons)<!-- endToc -->
* [Tools](/docs/diff-tool.md) <!-- include: doc-index. path: /docs/mdsource/doc-index.include.md -->
* [Tool Order](/docs/diff-tool.order.md)
Expand Down Expand Up @@ -129,6 +130,13 @@ Supports:
Set an environment variable `DiffEngine_Disabled` with the value `true`.


## Disable in code

```
DiffRunner.Disabled = true;
```


## Icons

[Game](https://thenounproject.com/term/game/2956486/) designed by [Andrejs Kirma](https://thenounproject.com/andrejs/) from [The Noun Project](https://thenounproject.com).
Expand Down

0 comments on commit b4e8ba5

Please sign in to comment.