matheusccastroo / vscode-meteor-toolbox

Meteor Toolbox extension for vscode
17 stars 2 forks source link

There is no formatter for 'spacebars' files installed #10

Open ddaydd opened 1 year ago

ddaydd commented 1 year ago

Hello,

when i want to format code (alt+shift+f) on html files i have this error : There is no formatter for 'spacebars' files installed

what did i miss?

Thanks.

matheusccastroo commented 1 year ago

Hello, @ddaydd! Thanks for reporting. I think we don't include a formatter for the spacebars language yet. I guess we should use the handlebars one.

Will add it here for the next release!

matheusccastroo commented 1 year ago

Hello, @ddaydd! I'm trying to reproduce this issue here, but my spacebars template is getting formatted here. Any steps to reproduce it? I'm simply running the shortcut to format the whole file.

If you try to format a normal HTML file, does it work for you?

ddaydd commented 1 year ago

sorry, i missed this message, if i associate .html files as handlebars, it works...