Skip to content

Commit 2da530f

Browse files
committed
Add another default path for dotnet
1 parent 30c249f commit 2da530f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/kotlin/org/example/githubpang/rossynt/services/BackendService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ internal class BackendService : IBackendService {
5454
} else {
5555
arrayOf(
5656
"/home/user/share/dotnet/dotnet", // Default location of dotnet executable on Linux.
57+
"/usr/bin/dotnet", // Default location of dotnet executable on Linux.
5758
"/usr/local/share/dotnet/dotnet", // Default location of dotnet executable on macOS.
5859
File(System.getProperty("user.home"), ".dotnet/dotnet").absolutePath, // Default location of dotnet executable on macOS as installed by Rider.
5960
)

0 commit comments

Comments
 (0)