bessey / vscode-rufo

VS Code extension for rufo (the ruby formatter)
https://marketplace.visualstudio.com/items?itemName=mbessey.vscode-rufo
MIT License
19 stars 6 forks source link

Doesn't work out of the box #11

Closed constantm closed 5 years ago

constantm commented 6 years ago

VSCode 1.27.1 rufo extension 0.1.0

I installed the extension, reloaded VSCode and auto-format doesn't seem to work. When manually trying to run it with Format Document, VSCode says

There is no document formatter for 'erb'-files installed.

bessey commented 5 years ago

ERB files are unsupported by Rufo itself at the moment. Only Ruby files (.rb) are supported.