You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting.
I also had some problems with this recently. I have the impression it only happens in notebooks, when viewing them with the Jupyter editor. If you open them with the text editor, the problem does not arise.
Yes, this indeed seems to be a problem specific to WSL. The VSCode Jupyter editor does recognise the cSpell config on Ubuntu.
Renaming the config from .cspell.json to cspell.json also doesn't seem to fix the problem. I have the impression that the VSCode Jupyter editor does not recognise it 'lives' in the workspace folder and searches somewhere else for the config.
redeboer
changed the title
docs: cspell in vscode.cspell.json not recognised in VSCode notebook editor
Apr 25, 2022
Code Checker in VS code does not find
.cspell.json
by default.It seems to be looking for the
cscpell.json
(no dot) according tohttps://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker
likely, the solution is to add the right name to the vs code config, but I have not figured out what
The text was updated successfully, but these errors were encountered: