How do you disable warning and error popups in vscode?

后端 未结 1 1282
不思量自难忘°
不思量自难忘° 2021-01-14 01:02

The below popups have started showing up recently in vscode. Is there a way to turn these off? I couldn\'t find an option for it in settings.json

I already use the p

1条回答
  •  囚心锁ツ
    2021-01-14 01:50

    I posted the answer below back in July and then an overeager moderator deleted it today:

    I believe this error is coming from an extension you have installed. Please try tracking down which extension is the root cause and opening an issue against them

    This is the correct answer and the poster found that the prettier extension was causing this issue.

    We do not provide a means to turn off or suppress these error messages because they are errors and will impact the VS Code experience. If you are seeing an error, file an issue against the extension that is causing it or VS Code itself if you believe the issue is not caused by an extension

    0 讨论(0)
提交回复
热议问题