You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Rbenv.
In VSC I installed https://github.com/jnbt/vscode-rufo
Running which rufo on the terminal produces /Users/borjagvo/.rbenv/shims/rufo
I changed VSC Settings > Extensions > Rufo > Path to invoke Rufo to point to /Users/borjagvo/.rbenv/shims/rufo.
I formatted a file from VSC. However, if I run bundle exec rufo --check app it still produces output:
Formatting app/views/track/domains/index.html.erb produced changes
Is anything missing?
Thanks.
The text was updated successfully, but these errors were encountered:
If your bundle specifies a version of rufo that's different from the one installed in the rbenv environment, it may have differences in formatting. What versions are in the bundle and in your rbenv environment?
I'm using Rbenv.
In VSC I installed https://github.com/jnbt/vscode-rufo
Running
which rufo
on the terminal produces/Users/borjagvo/.rbenv/shims/rufo
I changed
VSC Settings > Extensions > Rufo > Path to invoke Rufo
to point to/Users/borjagvo/.rbenv/shims/rufo
.I formatted a file from VSC. However, if I run
bundle exec rufo --check app
it still produces output:Is anything missing?
Thanks.
The text was updated successfully, but these errors were encountered: