Skip to content

Commit

Permalink
Add ubuntu RVM path to list of possible installations (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Apr 2, 2024
1 parent de2b9e7 commit 901b4bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vscode/src/ruby/rvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ export class Rvm extends VersionManager {
"bin",
"rvm-auto-ruby",
),
vscode.Uri.joinPath(
vscode.Uri.file("/"),
"usr",
"share",
"rvm",
"bin",
"rvm-auto-ruby",
),
];

for (const uri of possiblePaths) {
Expand Down

0 comments on commit 901b4bc

Please sign in to comment.