Jason Dent

Results 644 comments of Jason Dent

> I have set `"spellCheckOnlyWorkspaceFiles": true` in `.vscode/cspell.json `, but VS Code tells me `Property spellCheckOnlyWorkspaceFiles is not allowed.`   And when I check files outside the workspace, cspell still shows...

> A side question: so it is possible to configure some things in in different configuration files and the configurations are getting merged? CSpell CLI configuration can be merged. VS...

@tylerlaprade, VS Code opens files in the background. When it opens the files, it triggers the spell checker. There are two work arounds: 1. Use custom decorations: `cSpell.useCustomDecorations` The spell...

I'm going to close this for now. There are two different issues being raised here. 1. Only spell checking files within the workspace. 2. Showing spelling issues for files that...

@hi-ogawa Yes, that seems to be exactly what is happening.

@spotlesscoder, Are the terms missing from the Rust dictionary?

To check if a word is in a dictionary you can: ```sh cspell trace ``` Example: ```sh cspell trace --all rustdoc ```

@spotlesscoder, Good question. The template can be annoying at times. > The dictionary can be determined from the changed file path It is useful to know what dictionary / dictionaries...

@spotlesscoder, Thank you. These are really software tools, not concepts. I'm trying to shift `software-terms.txt` to be concepts, not names of tools. Please add them to `software-tools.txt` instead.