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 am using the VS Code extension and every time I format a file it converts the - to * which is wrong regarding this issue prettier/prettier#4251. I don't know why it does this, I thought the beautifiers are using the same version as the CLI does, because when I use the prettier CLI with prettier file.md --write everything is fine.
From @muuvmuuv on October 24, 2018 7:17
I am using the VS Code extension and every time I format a file it converts the
-
to*
which is wrong regarding this issue prettier/prettier#4251. I don't know why it does this, I thought the beautifiers are using the same version as the CLI does, because when I use the prettier CLI withprettier file.md --write
everything is fine.Prettier: v1.14.3
Unibeautify: v0.6.1
VSCode: 1.28.2
converts to
Config is
Copied from original issue: Unibeautify/beautifier-prettier#127
The text was updated successfully, but these errors were encountered: