Skip to content

Commit 38d6607

Browse files
committed
.
1 parent d6a5bdd commit 38d6607

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/diff-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
780780
* Is MDI: True
781781
* Supports auto-refresh: True
782782
* Supports text files: True
783-
* Use shell execute: True
783+
* Use shell execute: False
784784
* Environment variable for custom install location: `DiffEngine_VisualStudioCode`
785785
* Supported binaries: .svg
786786

docs/diff-tool.order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ For example `VisualStudio,Meld` will result in VisualStudio then Meld then all o
5151
```cs
5252
DiffTools.UseOrder(DiffTool.VisualStudio, DiffTool.AraxisMerge);
5353
```
54-
<sup><a href='/src/DiffEngine.Tests/DiffToolsTest.cs#L182-L186' title='Snippet source file'>snippet source</a> | <a href='#snippet-UseOrder' title='Start of snippet'>anchor</a></sup>
54+
<sup><a href='/src/DiffEngine.Tests/DiffToolsTest.cs#L183-L187' title='Snippet source file'>snippet source</a> | <a href='#snippet-UseOrder' title='Start of snippet'>anchor</a></sup>
5555
<!-- endSnippet -->

src/DiffEngine.Tests/DiffToolsTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,14 @@ static async Task AddToolAndLaunch()
115115

116116
#endregion
117117
}
118+
/**
118119
119120
[Fact]
120121
public Task LaunchSpecificTextDiff() =>
121122
DiffRunner.LaunchAsync(DiffTool.VisualStudioCode,
122123
Path.Combine(SourceDirectory, "input.temp.txt"),
123124
Path.Combine(SourceDirectory, "input.target.txt"));
124-
/**
125+
125126
[Fact]
126127
public Task LaunchSpecificImageDiff() =>
127128
DiffRunner.LaunchAsync(DiffTool.P4Merge,

0 commit comments

Comments
 (0)