How I've sorted it after having super huge frustrations with Prettier stopping working in VSCode.
1. Select VS Code -> View -> Command Palette, and type: Format Document With
2. Then Configure Default Formatter... and then choose Prettier - Code formatted.
This sorted the problem for me magically.
Depending on your case this might help you...
How I've sorted it after having super huge frustrations with Prettier stopping working in VSCode.
1. Select `VS Code` -> `View` -> `Command Palette`, and type: _`Format Document With`_
2. Then `Configure Default Formatter...` and then choose `Prettier - Code formatter`.
This sorted the problem for me magically.
Depending on your case this might help you...