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 think I've got things setup correctly for HAML formatting. I've got both syntax_tree and syntax_tree-haml installed, and I've got the VSCode extension setup with HAML as a plugin.
I'm seeing this in the output, so it looks like things are running:
Starting language server: bundle exec stree lsp --plugins=plugin/single_quotes,haml --print-width=80
However I'm not seeing HAML being reformatted on save, and when I try to Format Document from the command palette I see
I think I've got things setup correctly for HAML formatting. I've got both
syntax_tree
andsyntax_tree-haml
installed, and I've got the VSCode extension setup with HAML as a plugin.I'm seeing this in the output, so it looks like things are running:
However I'm not seeing HAML being reformatted on save, and when I try to
Format Document
from the command palette I seeI saw this: #39
So it seems like maybe syntax_tree needs to register as a HAML formatter?
The text was updated successfully, but these errors were encountered: