Interface: ReportIssueOptions
Defined in: CSpellReporter.ts:283
Extends
Properties
showContext?
optionalshowContext:number
Defined in: CSpellReporter.ts:293
Tells the spell checker to show context around the issue. It is the number of characters to show on either side of the issue.
unknownWords?
optionalunknownWords:UnknownWordsChoices
Defined in: CSpellReporter.ts:325
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
Inherited from
UnknownWordsConfiguration.unknownWords
validateDirectives?
optionalvalidateDirectives:boolean
Defined in: CSpellReporter.ts:287
Verify that the in-document directives are correct.