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
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
With the following configuration file:
shouldFormatOnSave
is returning false....this is because one its conditions is returning false:
doesFileInfoIndicateFormattable
....and this is because Prettier's
getFileInfo
is returning theinferredParser
asnull
.Even if you set
Include (list of globs)
to include*.hbs
the issue remains.Notice however that
cmd+p
→Format
does work.So, I'm not sure what the difference is between the two (Format on Save and
cmd+p
→ Format). But it feels like they should be aligned somehow.I'm happy to have a go at fixing with some guidance
Possible duplicate: #500
The text was updated successfully, but these errors were encountered: