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 5, 2020
1 parent 47b082b commit 7fbee12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DiffEngine/Implementation/Rider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ 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>());
}

0 comments on commit 7fbee12

Please sign in to comment.