From 901b4bc397593bb425385ba5489656221aaa72bd Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 2 Apr 2024 16:42:41 -0400 Subject: [PATCH] Add ubuntu RVM path to list of possible installations (#1869) --- vscode/src/ruby/rvm.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vscode/src/ruby/rvm.ts b/vscode/src/ruby/rvm.ts index e2f46cceb..a41d70ebe 100644 --- a/vscode/src/ruby/rvm.ts +++ b/vscode/src/ruby/rvm.ts @@ -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) {