VS Code: enable inline spell checker, but disable spell check in the “Problems” panel
See issues: don’t show in Problems pane. It is suggested to try: “cSpell.diagnosticLevel”: “Hint”, in your settings.json. This will remove them from the problems pane. However, in your files these “hints” are now indicated by three small dots under the beginning of the misspell and are not all that apparent. You can modify them with … Read more