Skip to content

Commit 119db91

Browse files
committed
Docs changes
1 parent a087253 commit 119db91

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ DiffEngine manages launching and cleanup of diff tools. It is designed to be use
3131
* [File type detection](#file-type-detection)
3232
* [BuildServerDetector](#buildserverdetector)
3333
* [Disable for a machine/process](#disable-for-a-machineprocess)
34+
* [Disable in code](#disable-in-code)
3435
* [Icons](#icons)<!-- endToc -->
3536
* [Tools](/docs/diff-tool.md) <!-- include: doc-index. path: /docs/mdsource/doc-index.include.md -->
3637
* [Tool Order](/docs/diff-tool.order.md)
@@ -129,6 +130,13 @@ Supports:
129130
Set an environment variable `DiffEngine_Disabled` with the value `true`.
130131

131132

133+
## Disable in code
134+
135+
```
136+
DiffRunner.Disabled = true;
137+
```
138+
139+
132140
## Icons
133141

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

0 commit comments

Comments
 (0)