-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
no format on paste/save on v 1.50.0 #108365
Comments
I get the same issue |
got the same issue |
same problem since updating vscode, RanSatious solution worked for me! |
Thanks! It works fine. |
Same problem this morning and your solution works, thank you. But some autoformat cases that used to be formatted automatically are now just underlined by eslint. Do I have to update settings in .prettierrc too ? Or somewhere else ? |
This solution only solved the problem temporarily for me, on subsequent reload I'm seeing the failure to format issue resurface even though editor.defaultFormatter is set to esbenp.prettier-vscode. |
I was running into the same issue. I can confirm @RanSatious and @ZnK88 solutions together worked like a charm. |
Maybe the same as #108447 |
adding Note that in previous versions, Yes, I do have both |
Was having issue with SCSS and JS files formatting but was not having the same luck with PHP files being ignored. Solution for me was to remove the previous settings I had assigned in settings.json and reset by making the same selections through the newer settings interface. |
/duplicate of #108447 |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No Not applicable as the issue is related to extensions ESLint or Prettier
This was working properly prior to latest update. Both ESLint and Prettier are shown as active
Note that is does show the errors as you can see on the enclosed image.
This is eslinrc.json
And prettier.rc
The text was updated successfully, but these errors were encountered: