diff --git a/src/DiffEngine/Implementation/Rider.cs b/src/DiffEngine/Implementation/Rider.cs index 5c1589dd7..6b00d473f 100644 --- a/src/DiffEngine/Implementation/Rider.cs +++ b/src/DiffEngine/Implementation/Rider.cs @@ -16,7 +16,8 @@ static partial class Implementation }, binaryExtensions: Array.Empty(), linuxExePaths: Array.Empty(), - //@"/Applications/Rider*/Contents/MacOS/rider" - // not current supported on macos since the diff commandline does not work - osxExePaths: Array.Empty()); + osxExePaths: new[] + { + @"/Applications/Rider*/Contents/MacOS/rider" + }); } \ No newline at end of file