everyone! My Prettier extension is not working in VS Code. I already set it as default, checked if all the languages are ticked and everything I could find here. It happened before too but usually it helped to click on "Format Document" in Command Palette and code appeared formatted immediately. But now it all seems like it is working: I can see in the Prettier`s output that formatting is completed, no problems found. But in fact it just does not formatting anything and code remains still. What else could it be? What can I do?
Also I noticed Prettier and Format Document works when I work in another folders, it seems to not work only in a certain one!
Upd: Yay! I solved it! I just clicked on the Prettier icon on the bottom and checked all the output and I found out that the output changed its look when I`ve put the last tag on and so I deleted it and saved. After that all code got formatted. I heard Prettier may not work when there is a syntax problem in your code. Not that closing html tag is a problem though: after text was formated, Prettier just put it back itself. So... thanks for all of your answers!