rufo icon indicating copy to clipboard operation
rufo copied to clipboard

VSC is done formatting, but on terminal rufo says otherwise

Open bgvo opened this issue 4 years ago • 1 comments

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.

bgvo avatar Jun 25 '21 14:06 bgvo

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?

effleurager avatar Jun 25 '21 21:06 effleurager