-
-
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
[client] No Gemfile found in the current workspace #22
Comments
This vscode-rubocop extension is not referencing the .git directory. This could be due to a misconfiguration in the Gemfile. Is there an entry for |
Yes, I have both |
I have exactly the same issue. The other vs code extension The best solution IMHO would to be find the first ancestor folder which contains the Gemfile. That would allow to works smoothly with mono repositories. |
@abrisse I managed to fix that by installing |
@zal-lex: that's a workaround of course but installing gems globally is not recommended. I don't have the same versions of the rubocop gem / the file .rubocop.yml on all projects. |
I have the same error. Not sure if there is a working solution. |
Getting this error on opening VS Code.
I think the problem is in the project structure. It is a git repo with several folders. The backend with the rails app is one of several folders.
The Gemfile is in the
rails-app
folder. I need to have open full git repo with all folders simultaneously.It would be great to have a setting to pass the Gemfile path for the project/workspace
Full log:
The text was updated successfully, but these errors were encountered: