Prettier-vscode: no more popup warnings :(

Created on 16 Jul 2017  路  5Comments  路  Source: prettier/prettier-vscode

I use to get this nice popup warnings when I would try to save a file with critical errors. I upgrade prettier-vscode and I did change a few settings (I'm not sure what, but I no longer get the nice popup warnings. When there's error the file would save but prettier will not reformat the code. Pretter only reformats the code when there are areas. Although this too is a nice feature, I miss the popups directing me to the error. How can I get the popup warning back?

locked

Most helpful comment

I shipped a PR to disable the output

All 5 comments

The popups were annoying for many users. There is a new output channel where the errors are posted. There is also a statusbar item which indicates if there are errors or not.

Output channel:

Statusbar item:

lol Understood. I'll miss them.

@RobinMalfait Would it be reasonable to add an option to disable the Output from prettier? It seems jarring to have eslint problems reported subtly with squiggly lines in the editor but have prettier use Output.

I shipped a PR to disable the output

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings