-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode trying to find find rubocop in the SYSTEM ruby #21
Comments
The RuboCop 1.53.0 or higher required by vscode-rubocop needs Ruby 2.7 or higher: It may not be the essential issue, but looking at the log, Ruby 2.6 is being used:
So it seems necessary to first ensure that Ruby 2.7 or higher is selected as the runtime: |
But it should be loading ruby from my rbenv installation, not system ruby, right?
|
Same issue here, can't get this extension to use rvm Ruby |
We're using |
Hi. Having an issue to get the plugin to start.
I use rbenv and zsh
and the ruby lsp is starting fine:
I have also tried setting it directly
Not sure which settings im missing 🤔
The text was updated successfully, but these errors were encountered: