rufo
rufo copied to clipboard
VSC is done formatting, but on terminal rufo says otherwise
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.
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?