Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable spelling issues being listed in Problems and Folder view #186

Closed
thomthom opened this issue Feb 21, 2018 · 13 comments · Fixed by #2887
Closed

Disable spelling issues being listed in Problems and Folder view #186

thomthom opened this issue Feb 21, 2018 · 13 comments · Fixed by #2887

Comments

@thomthom
Copy link

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.

@Jason3S
Copy link
Collaborator

Jason3S commented Feb 21, 2018

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.

@thomthom
Copy link
Author

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.

@Jason3S
Copy link
Collaborator

Jason3S commented Feb 22, 2018

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

@thomthom
Copy link
Author

Just an update - looks like the first move for VSCode might be to not display Hint type; microsoft/vscode#44141 (comment)

Is this extension currently using Info type?

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

@Jason3S
Copy link
Collaborator

Jason3S commented Mar 16, 2018

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

image

@GollyJer
Copy link

GollyJer commented Mar 30, 2018

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!

@thomthom
Copy link
Author

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.

@thernstig
Copy link

Wrote a new issue microsoft/vscode#95707 since microsoft/vscode#44141 was closed with a different implementation than this issue had in mind.

@thernstig
Copy link

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

@adnan-ulhaque
Copy link

File-->Preferences-->Settings --> search for "diagnosticlevel" . Change it to "Hint"

@joey-ma
Copy link

joey-ma commented Sep 13, 2023

@Jason3S Jason3S linked a pull request Oct 20, 2023 that will close this issue
Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2023
@Jason3S
Copy link
Collaborator

Jason3S commented May 31, 2024

@joey-ma, @thernstig, @GollyJer, @thomthom,

v4 is out in pre-release mode. By default, spelling issues are no longer displayed in the Problems panel. This setting is controlled by cSpell.useCustomDecorations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants