Vscode-spell-checker: Disable spelling issues being listed in Problems and Folder view

Created on 21 Feb 2018  路  9Comments  路  Source: streetsidesoftware/vscode-spell-checker

Would it be possible to have an option to prevent spelling issues reported in the Problems tab and the Folder view?

2018-02-21_13h45_49

image

I find it noisy to get spelling issues listed here. I'd prefer to only see the squiggly lines inline in the code editor.

Most helpful comment

Hi guys. Came here looking to do the same thing as OP.

In combination with @thomthom's answer and using this version of vscode...
2018-03-30_14h56_33

then setting

"cSpell.diagnosticLevel": "Hint",

I'm happy to report it does prevent the output in Problems tab and Folders view.

But, as expected, it also changes the squiggle.
2018-03-30_14h59_26
I'd love to be able to keep the green squiggle and supress the Problems and Folders output but this is a good start!

Thanks for the amazing extension!

All 9 comments

Please see #183 and #181 for the folders.

The only control I have is to set the diagnostic level. VS Code does everything else.

Create an issue on VS Code and refer to this one. Maybe they can help.

I was in the process of doing that, but saw some existing issues that looked similar encouraging to file with the extension itself. But with the confirmation that the extension doesn't have control over that I'll log an issue with VSCode.

@thomthom thank you. I am sure other people would like more control over the problem window as well.

Just an update - looks like the first move for VSCode might be to not display Hint type; https://github.com/Microsoft/vscode/issues/44141#issuecomment-372989003

Is this extension currently using Info type?

It's not released yet, so it might change. But worth keeping an eye on.

It is currently set to information. You can change it in the User Settings:

image

Hi guys. Came here looking to do the same thing as OP.

In combination with @thomthom's answer and using this version of vscode...
2018-03-30_14h56_33

then setting

"cSpell.diagnosticLevel": "Hint",

I'm happy to report it does prevent the output in Problems tab and Folders view.

But, as expected, it also changes the squiggle.
2018-03-30_14h59_26
I'd love to be able to keep the green squiggle and supress the Problems and Folders output but this is a good start!

Thanks for the amazing extension!

Agree with @GollyJer - not having the squiggly lines are not ideal. I made a follow up post in the VSCode issue where I referenced his comment.

Wrote a new issue https://github.com/microsoft/vscode/issues/95707 since https://github.com/microsoft/vscode/issues/44141 was closed with a different implementation than this issue had in mind.

I recommend everyone to upvote https://github.com/microsoft/vscode/issues/95707 so it gets 20 votes, otherwise it will be automatically closed in 2 months from now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blackwind picture blackwind  路  3Comments

solidpixel picture solidpixel  路  5Comments

fgarcia picture fgarcia  路  3Comments

alallier picture alallier  路  3Comments

ili101 picture ili101  路  3Comments