We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use coc-prettier with pug but it's not working.
my package.json has theses dependencies
"@prettier/plugin-pug": "^1.4.4", "prettier": "^2.0.5",
I changed coc-settings.json to have:
"prettier.onlyUseLocalVersion": true
and ran the command inside a pug file
:CocCommand prettier.formatFile
and returned the error
pug not supported by prettier
The text was updated successfully, but these errors were encountered:
It's expected since this plugin doesn't have support for set prettier plugins yet.
Sorry, something went wrong.
I won't take time to fix this for now, it would be appreciated if somebody want to help.
prettier/plugin-pug#151 should resolve this issue once it is published.
Make sure install prettier plugin with the prettier that coc-prettier is using.
No branches or pull requests
I'm trying to use coc-prettier with pug but it's not working.
my package.json has theses dependencies
I changed coc-settings.json to have:
and ran the command inside a pug file
and returned the error
The text was updated successfully, but these errors were encountered: