-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Comments
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; 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. |
Hi guys. Came here looking to do the same thing as OP. In combination with @thomthom's answer and using this version of vscode... then setting "cSpell.diagnosticLevel": "Hint", I'm happy to report it does prevent the output in But, as expected, it also changes the squiggle. 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 microsoft/vscode#95707 since microsoft/vscode#44141 was closed with a different implementation than this issue had in mind. |
I recommend everyone to upvote microsoft/vscode#95707 so it gets 20 votes, otherwise it will be automatically closed in 2 months from now. |
File-->Preferences-->Settings --> search for "diagnosticlevel" . Change it to "Hint" |
A better solution would be lovely, but for the moment, FYI: |
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. |
@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 |
Would it be possible to have an option to prevent spelling issues reported in the Problems tab and the Folder view?
I find it noisy to get spelling issues listed here. I'd prefer to only see the squiggly lines inline in the code editor.
The text was updated successfully, but these errors were encountered: