Skip to content

Commit

Permalink
Update Rider.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 6, 2020
1 parent 8e6279d commit 205a8e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/DiffEngine/Implementation/Rider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ static partial class Implementation
},
binaryExtensions: Array.Empty<string>(),
linuxExePaths: Array.Empty<string>(),
//@"/Applications/Rider*/Contents/MacOS/rider"
// not current supported on macos since the diff commandline does not work
osxExePaths: Array.Empty<string>());
osxExePaths: new[]
{
@"/Applications/Rider*/Contents/MacOS/rider"
});
}

0 comments on commit 205a8e0

Please sign in to comment.