Replies: 2 comments 3 replies
-
@aneshodza Can you explain why you are not able to use the same version? |
Beta Was this translation helpful? Give feedback.
2 replies
-
This should already be possible by using our custom bundle setting. Did you try using that already? |
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
-
I have a very unique ruby setup, where
bundler exec
might not use the same version of ruby as I use locally. This still works for most things, except when the VSCode extensionruby-lsp
tries to run its LSP:I have a custom command that would run it just fine:
How can I make the plugin use my custom command to start ruby-lsp?
Beta Was this translation helpful? Give feedback.
All reactions