-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
Issues with prettier-vscode not working properly with plugins since prettier 3.1.0 release #16102
Comments
Yep, same: prettier/prettier-vscode#3253 (comment) |
prettier/prettier-vscode#3235 (comment) fixed this for me. I put mine in the user settings like |
Thanks. Can confirm this works. With 3.1.1 and the latest prettier version 3.2.5. If you use yaml formatting etc, just replace it with Hopefully this pull request in the VS Code Prettier Extension fixes things for good. prettier/prettier-vscode#3267 |
Yeah, users have already discovered a workaround, and it does function, but should an extension that doesn't operate correctly without external intervention be distributed? An intervention that a user can only discover by visiting the repository of that extension and spending some time looking for the solution? I don't think so, at least not until the developers pay attention to this issue and fix it so the extension could work out of the box, just like it used to. |
I totally agree about the expectations. That's why I meant by "It's probably unintended behavior." That being said, it looks like there aren't a lot of people working full time on these large and complex repos. Some of them are making many changes per day. Maybe they need help. Or maybe they are just working through a backlog. |
From the issue prettier/prettier-vscode#3235 any one of the merged changes in 3.1.1 could be the culprit https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311. |
same issue here, please fix this |
https://github.com/prettier/prettier-vscode/releases/tag/v10.4.0 has been released |
There are plenty of issues about this problem in the prettier-vscode repository, but it seems like nobody cares, so I created this issue to draw attention to it.
prettier/prettier-vscode#3253
prettier/prettier-vscode#3251
prettier/prettier-vscode#3241
prettier/prettier-vscode#3235
prettier/prettier-vscode#3224
prettier/prettier-vscode#3104
prettier/prettier-vscode#3071
Environments:
Steps to reproduce:
Install the prettier-vscode plugin in vscode, install any plugin, for example prettier-xml, set prettier-xml as the formatter for xml files, configure .prettierrc (or another config file), attempt to use prettier for formatting xml.
Expected behavior:
The file was formatted.
Actual behavior:
The file was not formatted.
The text was updated successfully, but these errors were encountered: