Interface: UnknownWordsConfiguration
Defined in: cspell-types/dist/index.d.mts:316
Extended by
Properties
unknownWords?
optional
unknownWords:UnknownWordsChoices
Defined in: cspell-types/dist/index.d.mts:328
Controls how unknown words are handled.
report-all
- Report all unknown words (default behavior)report-simple
- Report unknown words that have simple spelling errors, typos, and flagged words.report-common-typos
- Report unknown words that are common typos and flagged words.report-flagged
- Report unknown words that are flagged.
Default
"report-all"
Since
9.1.0