Recently, Prettier stopped working in my Cursor editor for JSX, TS/TSX, JS, HTML, CSS, SCSS.
Format on save and manual format both don’t trigger anymore.
I’ve shared:
Prettier installation screenshots
My settings.json
If anyone has faced this issue or knows how to fix it, please help.
Thanks!
Also, I noticed your TypeScript settings use vscode.typescript-language-features as the default formatter instead of Prettier. That might also affect this. After updating, double-check that setting if the issue still happens.
Formatting suddenly stopped working (all file types)
I’m experiencing an issue where code formatting has completely stopped working across all file types — HTML, JSON, TypeScript, SCSS, and CSS.
There were no configuration changes on my side. While developing, formatting suddenly stopped working altogether. I’ve tried all recommended troubleshooting steps, but none resolved the issue.