-
I want ruby-lsp to use ruby installed with Homebrew. This is my configuration: "rubyLsp.rubyExecutablePath": "/opt/homebrew/opt/ruby/bin/ruby",
"rubyLsp.rubyVersionManager": {
"identifier": "none"
}, It shows as "Using Ruby 2.6.10 with none". I think the extension is using ruby bundled with macOS. |
Beta Was this translation helpful? Give feedback.
Answered by
quackerex
Jan 16, 2025
Replies: 1 comment 1 reply
-
@quackerex You'll need to add that to the https://shopify.github.io/ruby-lsp/version-managers#custom-activation |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you.
In my case it was already in the
PATH
. However it was in the end, so it wasn't overriding/usr/bin/ruby
Changing
to
in my
.zprofile
fixed the issue