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

Code Spell Checker seems to be ignoring some words in my "cSpell.words" workspace setting when Spanish - Code Spell Checker is also installed #3038

Open
willjhenry opened this issue Feb 11, 2024 · 1 comment

Comments

@willjhenry
Copy link

Code Spell Checker seems to be ignoring some words in my "cSpell.words" workspace setting when Spanish - Code Spell Checker is also installed.

Here is an example of a word that is in the cSpell.words list, that is marked as an unknown word by the cSpell linting. I have tried reinstalling the extension. I notice the same issue in Cursor, VS Code, and VS Code Insider.

Screenshot 2024-02-11 at 10 20 54 AM

Code Spell Checker extension v3.0.1
Spanish - Code Spell Checker v2.3.2

Cursor version info:
Version: 0.26.1
VSCode Version: 1.85.1
Commit: 67f5075f00c0ea3eccbed4bcff4452d742ee1f90
Date: 2024-02-10T22:57:05.897Z
Electron: 25.9.7
ElectronBuildId: undefined
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 23.3.0

@Jason3S
Copy link
Collaborator

Jason3S commented Feb 12, 2024

@willjhenry,

This is most likely an issue with how VSCode settings work. See: VS Code - Multi-Root Workspaces.

The problem is that cSpell.words found in a .code-workspace file will get overridden by settings found in .vscode/settings.json files.

Please search your workspace for cSpell.words. Please let me know if you find any.

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

No branches or pull requests

2 participants