Vscode-spell-checker: Option to enable/disable INFO output at the VSCode 'Problem' panel

Created on 15 Nov 2016  路  7Comments  路  Source: streetsidesoftware/vscode-spell-checker

image

help wanted

Most helpful comment

Is there still no way to "disable" reporting in the problems panel ?

All 7 comments

Hmm, I am not sure how to do that. VSCode does that automatically when underlines are added to words. If you find a way in the VSCode docs, please let me know.

+1
It would be useful for them to be indicated in the source code by underlines, but not show in problem window. It hides compiler messages.

Something that might help this issue with the release of 0.14.0.

  • Turn on "cSpell.allowCompoundWords": true
    This will help with all of the double word errors like "contextmenu".

Also with 0.14.0, the number of problems shown have been reduce. At max, duplicate issues will only be shown 5 times. #46

The number of issues show in the output panel should have been reduced. With some of the recent releases. Is this still a major issues? I don't have a lot of control of when things show in the panel or not.

The recent release reduced the number of issues shown by filtering out issues when a tab is closed and by not showing issues that were in hidden editors opened by other extensions.

Unless there is a clear action I can take, I would like to close this issue.

True, thanks Jason

Is there still no way to "disable" reporting in the problems panel ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Deilan picture Deilan  路  3Comments

gandalfsaxe picture gandalfsaxe  路  3Comments

gandalfsaxe picture gandalfsaxe  路  5Comments

solidpixel picture solidpixel  路  5Comments

ghost picture ghost  路  6Comments