Skip to content
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

RVM Workaround #143

Open
CornerstoneII opened this issue Jan 18, 2021 · 1 comment
Open

RVM Workaround #143

CornerstoneII opened this issue Jan 18, 2021 · 1 comment

Comments

@CornerstoneII
Copy link

No work solution to fixing the issue with rvm still ?

@fizvlad
Copy link

fizvlad commented Sep 7, 2021

Extension does highlight errors and does not spam any warnings with following settings 🤔

    "ruby.rubocop.useBundler": true,
    "ruby.rubocop.executePath": "rvm . do "

I would say that this works since generated command looks like this conf.get('executePath', '') + (win32 ? 'rubocop.bat' : 'rubocop') because executePath is specified and is called with execSync because useBundler enabled
As a result extension runs rvm . do rubocop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants