Skip to content

Commit 3c4ecdf

Browse files
committed
Merge branch 'main' into use-bin-code.cmd-for-VS-Code
2 parents 882cd03 + b511413 commit 3c4ecdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DiffEngine/DiffRunner.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ static int LaunchProcess(ResolvedTool tool, string arguments)
244244
// Given the full exe path is known we dont need UseShellExecute https://stackoverflow.com/a/5255335
245245
// however UseShellExecute allows the test running to not block when the difftool is launched
246246
// https://github.com/VerifyTests/Verify/issues/1229
247-
UseShellExecute = true
247+
UseShellExecute = true,
248+
CreateNoWindow = tool.CreateNoWindow
248249
};
249250
try
250251
{

0 commit comments

Comments
 (0)