Code Spell Checker seems to be ignoring some words in my "cSpell.words" workspace setting when Spanish - Code Spell Checker is also installed
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.
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
@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.