Operating System
MacOS
Ruby version
3.2.2
Project has a bundle
Ruby version manager being used
chruby
Description
I'm trying to set up RUBY LSP to run on VSCode. We have a project that is currently running in Docker with version 2.7.7, and even following the tutorial in the README, it's not working.
I tried creating the folder with version 3.2.2, but whenever I try to run the project, the following error is given: "Failed to activate chruby environment: The Ruby LSP requires Ruby 3.0 or newer to run. Please upgrade your Ruby version."
It seems like it's completely ignoring the configuration in settings:
"rubyLsp.bundleGemfile": "/Users/lucasluan/Documents/Work/utils/Gemfile"
Operating System
MacOS
Ruby version
3.2.2
Project has a bundle
Ruby version manager being used
chruby
Description
I'm trying to set up RUBY LSP to run on VSCode. We have a project that is currently running in Docker with version 2.7.7, and even following the tutorial in the README, it's not working.
I tried creating the folder with version 3.2.2, but whenever I try to run the project, the following error is given: "Failed to activate chruby environment: The Ruby LSP requires Ruby 3.0 or newer to run. Please upgrade your Ruby version."
It seems like it's completely ignoring the configuration in settings:
"rubyLsp.bundleGemfile": "/Users/lucasluan/Documents/Work/utils/Gemfile"