From 1dfdfabf7fbad4c31eb7dc229a3777487d01119e Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 21:22:59 +0200 Subject: [PATCH] ci: Workflow Bot -- Build Docs (#2648) Co-authored-by: Jason3S --- .../cspell-types/interfaces/BaseSetting.md | 30 ++--- .../cspell-types/interfaces/CSpellReporter.md | 12 +- .../interfaces/CSpellReporterModule.md | 2 +- .../cspell-types/interfaces/CSpellSettings.md | 98 ++++++++-------- .../CSpellSettingsWithSourceTrace.md | 104 ++++++++--------- .../cspell-types/interfaces/CacheSettings.md | 6 +- .../interfaces/CharacterSetCosts.md | 6 +- .../interfaces/CommandLineSettings.md | 4 +- .../DictionaryDefinitionAlternate.md | 14 +-- .../DictionaryDefinitionAugmented.md | 16 +-- .../interfaces/DictionaryDefinitionBase.md | 12 +- .../interfaces/DictionaryDefinitionCustom.md | 18 +-- .../DictionaryDefinitionPreferred.md | 14 +-- .../interfaces/DictionaryInformation.md | 14 +-- .../cspell-types/interfaces/EditCosts.md | 10 +- .../interfaces/ExtendableSettings.md | 62 +++++----- .../types/cspell-types/interfaces/Features.md | 2 +- .../cspell-types/interfaces/FileSettings.md | 92 +++++++-------- .../cspell-types/interfaces/FileSource.md | 8 +- .../cspell-types/interfaces/ImportFileRef.md | 6 +- .../cspell-types/interfaces/InMemorySource.md | 8 +- docs/types/cspell-types/interfaces/Issue.md | 20 ++-- .../interfaces/LanguageSetting.md | 36 +++--- .../interfaces/LanguageSettingFilterFields.md | 6 +- .../LanguageSettingFilterFieldsDeprecated.md | 4 +- .../LanguageSettingFilterFieldsPreferred.md | 4 +- .../cspell-types/interfaces/LegacySettings.md | 4 +- .../cspell-types/interfaces/MergeSource.md | 8 +- .../interfaces/OverrideFilterFields.md | 2 +- .../interfaces/OverrideSettings.md | 62 +++++----- .../cspell-types/interfaces/PnPSettings.md | 4 +- .../cspell-types/interfaces/ProgressBase.md | 2 +- .../interfaces/ProgressFileBase.md | 8 +- .../interfaces/ProgressFileBegin.md | 8 +- .../interfaces/ProgressFileComplete.md | 16 +-- .../interfaces/RegExpPatternDefinition.md | 6 +- .../interfaces/ReportingConfiguration.md | 12 +- .../cspell-types/interfaces/RunResult.md | 10 +- .../types/cspell-types/interfaces/Settings.md | 60 +++++----- .../interfaces/SuggestionsConfiguration.md | 6 +- .../interfaces/TextDocumentOffset.md | 16 +-- .../cspell-types/interfaces/TextOffset.md | 6 +- .../interfaces/WorkspaceTrustSettings.md | 6 +- docs/types/cspell-types/modules.md | 108 +++++++++--------- 44 files changed, 476 insertions(+), 476 deletions(-) diff --git a/docs/types/cspell-types/interfaces/BaseSetting.md b/docs/types/cspell-types/interfaces/BaseSetting.md index 21559576b16..a569a064b51 100644 --- a/docs/types/cspell-types/interfaces/BaseSetting.md +++ b/docs/types/cspell-types/interfaces/BaseSetting.md @@ -42,7 +42,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -60,7 +60,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -72,7 +72,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -87,7 +87,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -99,7 +99,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -113,7 +113,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -125,7 +125,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -137,7 +137,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -151,7 +151,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -163,7 +163,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -176,7 +176,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -188,7 +188,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -206,7 +206,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -218,7 +218,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -230,4 +230,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/CSpellReporter.md b/docs/types/cspell-types/interfaces/CSpellReporter.md index f13ba7cd4ab..ffb0baf584d 100644 --- a/docs/types/cspell-types/interfaces/CSpellReporter.md +++ b/docs/types/cspell-types/interfaces/CSpellReporter.md @@ -21,7 +21,7 @@ #### Defined in -[CSpellReporter.ts:81](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L81) +[CSpellReporter.ts:81](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L81) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[CSpellReporter.ts:82](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L82) +[CSpellReporter.ts:82](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L82) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[CSpellReporter.ts:80](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L80) +[CSpellReporter.ts:80](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L80) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[CSpellReporter.ts:79](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L79) +[CSpellReporter.ts:79](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L79) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[CSpellReporter.ts:83](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L83) +[CSpellReporter.ts:83](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L83) ___ @@ -71,4 +71,4 @@ ___ #### Defined in -[CSpellReporter.ts:84](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L84) +[CSpellReporter.ts:84](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L84) diff --git a/docs/types/cspell-types/interfaces/CSpellReporterModule.md b/docs/types/cspell-types/interfaces/CSpellReporterModule.md index 1f2a1c84acb..62ec57af033 100644 --- a/docs/types/cspell-types/interfaces/CSpellReporterModule.md +++ b/docs/types/cspell-types/interfaces/CSpellReporterModule.md @@ -26,4 +26,4 @@ #### Defined in -[CSpellReporter.ts:88](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L88) +[CSpellReporter.ts:88](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L88) diff --git a/docs/types/cspell-types/interfaces/CSpellSettings.md b/docs/types/cspell-types/interfaces/CSpellSettings.md index d2cf9b9e5a2..627614615b3 100644 --- a/docs/types/cspell-types/interfaces/CSpellSettings.md +++ b/docs/types/cspell-types/interfaces/CSpellSettings.md @@ -77,7 +77,7 @@ Url to JSON Schema #### Defined in -[CSpellSettingsDef.ts:19](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L19) +[CSpellSettingsDef.ts:19](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L19) ___ @@ -95,7 +95,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -111,7 +111,7 @@ Define cache settings. #### Defined in -[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L279) +[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L279) ___ @@ -133,7 +133,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -149,7 +149,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -168,7 +168,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -184,7 +184,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -216,7 +216,7 @@ kotlin // enable checking for kotlin #### Defined in -[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L157) +[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L157) ___ @@ -235,7 +235,7 @@ By default, CSpell does not scan `hidden` files. #### Defined in -[CSpellSettingsDef.ts:76](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L76) +[CSpellSettingsDef.ts:76](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L76) ___ @@ -253,7 +253,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -269,7 +269,7 @@ languageIds for the files to spell check. #### Defined in -[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L139) +[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L139) ___ @@ -287,7 +287,7 @@ Exit with non-zero code as soon as an issue/error is encountered (useful for CI #### Defined in -[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L284) +[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L284) ___ @@ -305,7 +305,7 @@ Configure CSpell features. #### Defined in -[CSpellSettingsDef.ts:119](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L119) +[CSpellSettingsDef.ts:119](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L119) ___ @@ -322,7 +322,7 @@ Glob patterns are relative to the `globRoot` of the configuration file that defi #### Defined in -[CSpellSettingsDef.ts:68](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L68) +[CSpellSettingsDef.ts:68](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L68) ___ @@ -338,7 +338,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -354,7 +354,7 @@ Tells the spell checker to searching for `.gitignore` files when it reaches a ma #### Defined in -[CSpellSettingsDef.ts:112](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L112) +[CSpellSettingsDef.ts:112](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L112) ___ @@ -381,7 +381,7 @@ Special Values: #### Defined in -[CSpellSettingsDef.ts:62](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L62) +[CSpellSettingsDef.ts:62](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L62) ___ @@ -397,7 +397,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -414,7 +414,7 @@ Glob patterns are relative to the `globRoot` of the configuration file that defi #### Defined in -[CSpellSettingsDef.ts:82](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L82) +[CSpellSettingsDef.ts:82](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L82) ___ @@ -432,7 +432,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -448,7 +448,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -464,7 +464,7 @@ Other settings files to be included. #### Defined in -[CSpellSettingsDef.ts:45](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L45) +[CSpellSettingsDef.ts:45](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L45) ___ @@ -481,7 +481,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -503,7 +503,7 @@ Example: "en,nl" to enable both English and Dutch. #### Defined in -[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L136) +[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L136) ___ @@ -519,7 +519,7 @@ Forces the spell checker to assume a give language id. Used mainly as an Overrid #### Defined in -[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L163) +[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L163) ___ @@ -535,7 +535,7 @@ Additional settings for individual languages. #### Defined in -[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L160) +[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L160) ___ @@ -546,7 +546,7 @@ ___ By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded. -**`default`** true; +**`default`** true #### Inherited from @@ -554,7 +554,7 @@ will prevent ALL default configuration from being loaded. #### Defined in -[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L170) +[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L170) ___ @@ -572,7 +572,7 @@ The maximum number of times the same word can be flagged as an error in a file. #### Defined in -[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L184) +[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L184) ___ @@ -590,7 +590,7 @@ The maximum number of problems to report in a file. #### Defined in -[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L178) +[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L178) ___ @@ -608,7 +608,7 @@ The minimum length of a word before checking it against a dictionary. #### Defined in -[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L190) +[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L190) ___ @@ -624,7 +624,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -642,7 +642,7 @@ Prevents searching for local configuration when checking individual documents. #### Defined in -[CSpellSettingsDef.ts:88](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L88) +[CSpellSettingsDef.ts:88](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L88) ___ @@ -664,7 +664,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -682,7 +682,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -698,7 +698,7 @@ Overrides to apply based upon the file path. #### Defined in -[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L124) +[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L124) ___ @@ -714,7 +714,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -732,7 +732,7 @@ The PnP files to search for. Note: `.mjs` files are not currently supported. #### Defined in -[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L237) +[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L237) ___ @@ -752,7 +752,7 @@ modifying the file to add words and other configuration. #### Defined in -[CSpellSettingsDef.ts:96](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L96) +[CSpellSettingsDef.ts:96](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L96) ___ @@ -768,7 +768,7 @@ Custom reporters configuration. #### Defined in -[CSpellSettingsDef.ts:101](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L101) +[CSpellSettingsDef.ts:101](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L101) ___ @@ -786,7 +786,7 @@ Show status. #### Defined in -[CSpellSettingsDef.ts:324](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L324) +[CSpellSettingsDef.ts:324](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L324) ___ @@ -804,7 +804,7 @@ Delay in ms after a document has changed before checking it for spelling errors. #### Defined in -[CSpellSettingsDef.ts:330](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L330) +[CSpellSettingsDef.ts:330](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L330) ___ @@ -826,7 +826,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -844,7 +844,7 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) ___ @@ -862,7 +862,7 @@ Tells the spell checker to load `.gitignore` files and skip files that match the #### Defined in -[CSpellSettingsDef.ts:107](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L107) +[CSpellSettingsDef.ts:107](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L107) ___ @@ -884,7 +884,7 @@ of a PnP file and load it. #### Defined in -[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L230) +[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L230) ___ @@ -900,7 +900,7 @@ Words to add to global dictionary -- should only be in the user config file. #### Defined in -[CSpellSettingsDef.ts:42](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L42) +[CSpellSettingsDef.ts:42](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L42) ___ @@ -918,7 +918,7 @@ Configuration format version of the settings file. #### Defined in -[CSpellSettingsDef.ts:39](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L39) +[CSpellSettingsDef.ts:39](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L39) ___ @@ -934,4 +934,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/CSpellSettingsWithSourceTrace.md b/docs/types/cspell-types/interfaces/CSpellSettingsWithSourceTrace.md index cb82fb835bc..56ad3aec6d4 100644 --- a/docs/types/cspell-types/interfaces/CSpellSettingsWithSourceTrace.md +++ b/docs/types/cspell-types/interfaces/CSpellSettingsWithSourceTrace.md @@ -80,7 +80,7 @@ Url to JSON Schema #### Defined in -[CSpellSettingsDef.ts:19](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L19) +[CSpellSettingsDef.ts:19](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L19) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:30](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L30) +[CSpellSettingsDef.ts:30](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L30) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:31](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L31) +[CSpellSettingsDef.ts:31](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L31) ___ @@ -118,7 +118,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -134,7 +134,7 @@ Define cache settings. #### Defined in -[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L279) +[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L279) ___ @@ -156,7 +156,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -172,7 +172,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -191,7 +191,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -207,7 +207,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -239,7 +239,7 @@ kotlin // enable checking for kotlin #### Defined in -[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L157) +[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L157) ___ @@ -258,7 +258,7 @@ By default, CSpell does not scan `hidden` files. #### Defined in -[CSpellSettingsDef.ts:76](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L76) +[CSpellSettingsDef.ts:76](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L76) ___ @@ -276,7 +276,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -292,7 +292,7 @@ languageIds for the files to spell check. #### Defined in -[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L139) +[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L139) ___ @@ -310,7 +310,7 @@ Exit with non-zero code as soon as an issue/error is encountered (useful for CI #### Defined in -[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L284) +[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L284) ___ @@ -328,7 +328,7 @@ Configure CSpell features. #### Defined in -[CSpellSettingsDef.ts:119](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L119) +[CSpellSettingsDef.ts:119](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L119) ___ @@ -345,7 +345,7 @@ Glob patterns are relative to the `globRoot` of the configuration file that defi #### Defined in -[CSpellSettingsDef.ts:68](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L68) +[CSpellSettingsDef.ts:68](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L68) ___ @@ -361,7 +361,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -377,7 +377,7 @@ Tells the spell checker to searching for `.gitignore` files when it reaches a ma #### Defined in -[CSpellSettingsDef.ts:112](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L112) +[CSpellSettingsDef.ts:112](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L112) ___ @@ -404,7 +404,7 @@ Special Values: #### Defined in -[CSpellSettingsDef.ts:62](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L62) +[CSpellSettingsDef.ts:62](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L62) ___ @@ -420,7 +420,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -437,7 +437,7 @@ Glob patterns are relative to the `globRoot` of the configuration file that defi #### Defined in -[CSpellSettingsDef.ts:82](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L82) +[CSpellSettingsDef.ts:82](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L82) ___ @@ -455,7 +455,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -471,7 +471,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -487,7 +487,7 @@ Other settings files to be included. #### Defined in -[CSpellSettingsDef.ts:45](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L45) +[CSpellSettingsDef.ts:45](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L45) ___ @@ -504,7 +504,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -526,7 +526,7 @@ Example: "en,nl" to enable both English and Dutch. #### Defined in -[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L136) +[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L136) ___ @@ -542,7 +542,7 @@ Forces the spell checker to assume a give language id. Used mainly as an Overrid #### Defined in -[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L163) +[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L163) ___ @@ -558,7 +558,7 @@ Additional settings for individual languages. #### Defined in -[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L160) +[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L160) ___ @@ -569,7 +569,7 @@ ___ By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded. -**`default`** true; +**`default`** true #### Inherited from @@ -577,7 +577,7 @@ will prevent ALL default configuration from being loaded. #### Defined in -[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L170) +[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L170) ___ @@ -595,7 +595,7 @@ The maximum number of times the same word can be flagged as an error in a file. #### Defined in -[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L184) +[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L184) ___ @@ -613,7 +613,7 @@ The maximum number of problems to report in a file. #### Defined in -[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L178) +[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L178) ___ @@ -631,7 +631,7 @@ The minimum length of a word before checking it against a dictionary. #### Defined in -[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L190) +[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L190) ___ @@ -647,7 +647,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -665,7 +665,7 @@ Prevents searching for local configuration when checking individual documents. #### Defined in -[CSpellSettingsDef.ts:88](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L88) +[CSpellSettingsDef.ts:88](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L88) ___ @@ -687,7 +687,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -705,7 +705,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -721,7 +721,7 @@ Overrides to apply based upon the file path. #### Defined in -[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L124) +[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L124) ___ @@ -737,7 +737,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -755,7 +755,7 @@ The PnP files to search for. Note: `.mjs` files are not currently supported. #### Defined in -[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L237) +[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L237) ___ @@ -775,7 +775,7 @@ modifying the file to add words and other configuration. #### Defined in -[CSpellSettingsDef.ts:96](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L96) +[CSpellSettingsDef.ts:96](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L96) ___ @@ -791,7 +791,7 @@ Custom reporters configuration. #### Defined in -[CSpellSettingsDef.ts:101](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L101) +[CSpellSettingsDef.ts:101](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L101) ___ @@ -809,7 +809,7 @@ Show status. #### Defined in -[CSpellSettingsDef.ts:324](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L324) +[CSpellSettingsDef.ts:324](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L324) ___ @@ -819,7 +819,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:29](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L29) +[CSpellSettingsDef.ts:29](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L29) ___ @@ -837,7 +837,7 @@ Delay in ms after a document has changed before checking it for spelling errors. #### Defined in -[CSpellSettingsDef.ts:330](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L330) +[CSpellSettingsDef.ts:330](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L330) ___ @@ -859,7 +859,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -877,7 +877,7 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) ___ @@ -895,7 +895,7 @@ Tells the spell checker to load `.gitignore` files and skip files that match the #### Defined in -[CSpellSettingsDef.ts:107](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L107) +[CSpellSettingsDef.ts:107](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L107) ___ @@ -917,7 +917,7 @@ of a PnP file and load it. #### Defined in -[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L230) +[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L230) ___ @@ -933,7 +933,7 @@ Words to add to global dictionary -- should only be in the user config file. #### Defined in -[CSpellSettingsDef.ts:42](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L42) +[CSpellSettingsDef.ts:42](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L42) ___ @@ -951,7 +951,7 @@ Configuration format version of the settings file. #### Defined in -[CSpellSettingsDef.ts:39](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L39) +[CSpellSettingsDef.ts:39](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L39) ___ @@ -967,4 +967,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/CacheSettings.md b/docs/types/cspell-types/interfaces/CacheSettings.md index f5dceae2455..8099204567f 100644 --- a/docs/types/cspell-types/interfaces/CacheSettings.md +++ b/docs/types/cspell-types/interfaces/CacheSettings.md @@ -25,7 +25,7 @@ A prefix of `${cwd}` is replaced with the current working directory. #### Defined in -[CSpellSettingsDef.ts:263](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L263) +[CSpellSettingsDef.ts:263](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L263) ___ @@ -39,7 +39,7 @@ Strategy to use for detecting changed files, default: metadata #### Defined in -[CSpellSettingsDef.ts:269](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L269) +[CSpellSettingsDef.ts:269](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L269) ___ @@ -53,4 +53,4 @@ Store the results of processed files in order to only operate on the changed one #### Defined in -[CSpellSettingsDef.ts:252](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L252) +[CSpellSettingsDef.ts:252](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L252) diff --git a/docs/types/cspell-types/interfaces/CharacterSetCosts.md b/docs/types/cspell-types/interfaces/CharacterSetCosts.md index b829c8366c9..ba168c8afe1 100644 --- a/docs/types/cspell-types/interfaces/CharacterSetCosts.md +++ b/docs/types/cspell-types/interfaces/CharacterSetCosts.md @@ -23,7 +23,7 @@ This is a set of characters that can include `-` or `|` #### Defined in -[DictionaryInformation.ts:208](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L208) +[DictionaryInformation.ts:208](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L208) ___ @@ -35,7 +35,7 @@ the cost to insert / delete / replace / swap the characters in a group #### Defined in -[DictionaryInformation.ts:211](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L211) +[DictionaryInformation.ts:211](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L211) ___ @@ -48,4 +48,4 @@ This is used to discourage #### Defined in -[DictionaryInformation.ts:217](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L217) +[DictionaryInformation.ts:217](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L217) diff --git a/docs/types/cspell-types/interfaces/CommandLineSettings.md b/docs/types/cspell-types/interfaces/CommandLineSettings.md index 74668130df0..28ace3a1a39 100644 --- a/docs/types/cspell-types/interfaces/CommandLineSettings.md +++ b/docs/types/cspell-types/interfaces/CommandLineSettings.md @@ -27,7 +27,7 @@ Define cache settings. #### Defined in -[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L279) +[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L279) ___ @@ -41,4 +41,4 @@ Exit with non-zero code as soon as an issue/error is encountered (useful for CI #### Defined in -[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L284) +[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L284) diff --git a/docs/types/cspell-types/interfaces/DictionaryDefinitionAlternate.md b/docs/types/cspell-types/interfaces/DictionaryDefinitionAlternate.md index deff0e4e827..6346dd687f5 100644 --- a/docs/types/cspell-types/interfaces/DictionaryDefinitionAlternate.md +++ b/docs/types/cspell-types/interfaces/DictionaryDefinitionAlternate.md @@ -40,7 +40,7 @@ Optional description. #### Defined in -[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L450) +[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L450) ___ @@ -56,7 +56,7 @@ Path to the file, only for legacy dictionary definitions. #### Defined in -[CSpellSettingsDef.ts:511](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L511) +[CSpellSettingsDef.ts:511](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L511) ___ @@ -79,7 +79,7 @@ Name Format: #### Defined in -[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L448) +[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L448) ___ @@ -101,7 +101,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L464) +[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L464) ___ @@ -117,7 +117,7 @@ Replacement pairs. #### Defined in -[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L452) +[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L452) ___ @@ -140,7 +140,7 @@ C is the slowest to load due to the need to split each line based upon code spli #### Defined in -[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L474) +[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L474) ___ @@ -156,4 +156,4 @@ Use Compounds. #### Defined in -[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L454) +[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L454) diff --git a/docs/types/cspell-types/interfaces/DictionaryDefinitionAugmented.md b/docs/types/cspell-types/interfaces/DictionaryDefinitionAugmented.md index 19fe0ab1514..8fc20cac97e 100644 --- a/docs/types/cspell-types/interfaces/DictionaryDefinitionAugmented.md +++ b/docs/types/cspell-types/interfaces/DictionaryDefinitionAugmented.md @@ -37,7 +37,7 @@ Optional description. #### Defined in -[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L450) +[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L450) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:494](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L494) +[CSpellSettingsDef.ts:494](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L494) ___ @@ -70,7 +70,7 @@ Name Format: #### Defined in -[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L448) +[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L448) ___ @@ -92,7 +92,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L464) +[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L464) ___ @@ -108,7 +108,7 @@ Path to the file. #### Defined in -[CSpellSettingsDef.ts:479](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L479) +[CSpellSettingsDef.ts:479](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L479) ___ @@ -124,7 +124,7 @@ Replacement pairs. #### Defined in -[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L452) +[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L452) ___ @@ -147,7 +147,7 @@ C is the slowest to load due to the need to split each line based upon code spli #### Defined in -[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L474) +[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L474) ___ @@ -163,4 +163,4 @@ Use Compounds. #### Defined in -[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L454) +[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L454) diff --git a/docs/types/cspell-types/interfaces/DictionaryDefinitionBase.md b/docs/types/cspell-types/interfaces/DictionaryDefinitionBase.md index c88270e10e1..660e305588d 100644 --- a/docs/types/cspell-types/interfaces/DictionaryDefinitionBase.md +++ b/docs/types/cspell-types/interfaces/DictionaryDefinitionBase.md @@ -31,7 +31,7 @@ Optional description. #### Defined in -[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L450) +[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L450) ___ @@ -50,7 +50,7 @@ Name Format: #### Defined in -[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L448) +[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L448) ___ @@ -68,7 +68,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L464) +[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L464) ___ @@ -80,7 +80,7 @@ Replacement pairs. #### Defined in -[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L452) +[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L452) ___ @@ -99,7 +99,7 @@ C is the slowest to load due to the need to split each line based upon code spli #### Defined in -[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L474) +[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L474) ___ @@ -111,4 +111,4 @@ Use Compounds. #### Defined in -[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L454) +[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L454) diff --git a/docs/types/cspell-types/interfaces/DictionaryDefinitionCustom.md b/docs/types/cspell-types/interfaces/DictionaryDefinitionCustom.md index 9991c49b36b..c7f55b23fb7 100644 --- a/docs/types/cspell-types/interfaces/DictionaryDefinitionCustom.md +++ b/docs/types/cspell-types/interfaces/DictionaryDefinitionCustom.md @@ -38,7 +38,7 @@ When `true`, let's the spell checker know that words can be added to this dictio #### Defined in -[CSpellSettingsDef.ts:572](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L572) +[CSpellSettingsDef.ts:572](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L572) ___ @@ -54,7 +54,7 @@ Optional description. #### Defined in -[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L450) +[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L450) ___ @@ -77,7 +77,7 @@ Name Format: #### Defined in -[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L448) +[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L448) ___ @@ -99,7 +99,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L464) +[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L464) ___ @@ -115,7 +115,7 @@ Path to custom dictionary text file. #### Defined in -[CSpellSettingsDef.ts:561](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L561) +[CSpellSettingsDef.ts:561](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L561) ___ @@ -131,7 +131,7 @@ Replacement pairs. #### Defined in -[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L452) +[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L452) ___ @@ -144,7 +144,7 @@ Scope values: `user`, `workspace`, `folder`. #### Defined in -[CSpellSettingsDef.ts:567](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L567) +[CSpellSettingsDef.ts:567](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L567) ___ @@ -167,7 +167,7 @@ C is the slowest to load due to the need to split each line based upon code spli #### Defined in -[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L474) +[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L474) ___ @@ -183,4 +183,4 @@ Use Compounds. #### Defined in -[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L454) +[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L454) diff --git a/docs/types/cspell-types/interfaces/DictionaryDefinitionPreferred.md b/docs/types/cspell-types/interfaces/DictionaryDefinitionPreferred.md index 3a7494a4bd4..a3681201ed6 100644 --- a/docs/types/cspell-types/interfaces/DictionaryDefinitionPreferred.md +++ b/docs/types/cspell-types/interfaces/DictionaryDefinitionPreferred.md @@ -38,7 +38,7 @@ Optional description. #### Defined in -[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L450) +[CSpellSettingsDef.ts:450](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L450) ___ @@ -61,7 +61,7 @@ Name Format: #### Defined in -[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L448) +[CSpellSettingsDef.ts:448](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L448) ___ @@ -83,7 +83,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L464) +[CSpellSettingsDef.ts:464](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L464) ___ @@ -95,7 +95,7 @@ Path to the file. #### Defined in -[CSpellSettingsDef.ts:479](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L479) +[CSpellSettingsDef.ts:479](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L479) ___ @@ -111,7 +111,7 @@ Replacement pairs. #### Defined in -[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L452) +[CSpellSettingsDef.ts:452](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L452) ___ @@ -134,7 +134,7 @@ C is the slowest to load due to the need to split each line based upon code spli #### Defined in -[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L474) +[CSpellSettingsDef.ts:474](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L474) ___ @@ -150,4 +150,4 @@ Use Compounds. #### Defined in -[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L454) +[CSpellSettingsDef.ts:454](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L454) diff --git a/docs/types/cspell-types/interfaces/DictionaryInformation.md b/docs/types/cspell-types/interfaces/DictionaryInformation.md index 9bb3a1cdbf4..0c7a86c427b 100644 --- a/docs/types/cspell-types/interfaces/DictionaryInformation.md +++ b/docs/types/cspell-types/interfaces/DictionaryInformation.md @@ -31,7 +31,7 @@ Default: `"\u0300-\u0341"` #### Defined in -[DictionaryInformation.ts:27](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L27) +[DictionaryInformation.ts:27](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L27) ___ @@ -44,7 +44,7 @@ If the word matches the pattern, then the penalty is applied. #### Defined in -[DictionaryInformation.ts:49](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L49) +[DictionaryInformation.ts:49](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L49) ___ @@ -58,7 +58,7 @@ The alphabet to use. #### Defined in -[DictionaryInformation.ts:20](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L20) +[DictionaryInformation.ts:20](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L20) ___ @@ -70,7 +70,7 @@ Define edit costs. #### Defined in -[DictionaryInformation.ts:32](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L32) +[DictionaryInformation.ts:32](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L32) ___ @@ -82,7 +82,7 @@ Used by dictionary authors #### Defined in -[DictionaryInformation.ts:43](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L43) +[DictionaryInformation.ts:43](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L43) ___ @@ -95,7 +95,7 @@ Example: `nl,nl-be` #### Defined in -[DictionaryInformation.ts:14](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L14) +[DictionaryInformation.ts:14](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L14) ___ @@ -108,4 +108,4 @@ will be near the top of the suggestion list. #### Defined in -[DictionaryInformation.ts:38](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L38) +[DictionaryInformation.ts:38](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L38) diff --git a/docs/types/cspell-types/interfaces/EditCosts.md b/docs/types/cspell-types/interfaces/EditCosts.md index b46b95af805..189eb30c919 100644 --- a/docs/types/cspell-types/interfaces/EditCosts.md +++ b/docs/types/cspell-types/interfaces/EditCosts.md @@ -25,7 +25,7 @@ This should be very cheap, it helps with fixing accent issues. #### Defined in -[DictionaryInformation.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L190) +[DictionaryInformation.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L190) ___ @@ -39,7 +39,7 @@ This is the base cost for making an edit. #### Defined in -[DictionaryInformation.ts:163](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L163) +[DictionaryInformation.ts:163](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L163) ___ @@ -54,7 +54,7 @@ This should be very cheap, it helps with fixing capitalization issues. #### Defined in -[DictionaryInformation.ts:183](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L183) +[DictionaryInformation.ts:183](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L183) ___ @@ -69,7 +69,7 @@ This value should be less than `100 - baseCost`. #### Defined in -[DictionaryInformation.ts:176](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L176) +[DictionaryInformation.ts:176](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L176) ___ @@ -83,4 +83,4 @@ This is the cost for characters not in the alphabet. #### Defined in -[DictionaryInformation.ts:169](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L169) +[DictionaryInformation.ts:169](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L169) diff --git a/docs/types/cspell-types/interfaces/ExtendableSettings.md b/docs/types/cspell-types/interfaces/ExtendableSettings.md index ddf0b751f25..fe2144c1aa6 100644 --- a/docs/types/cspell-types/interfaces/ExtendableSettings.md +++ b/docs/types/cspell-types/interfaces/ExtendableSettings.md @@ -61,7 +61,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -83,7 +83,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -99,7 +99,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -118,7 +118,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -134,7 +134,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -166,7 +166,7 @@ kotlin // enable checking for kotlin #### Defined in -[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L157) +[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L157) ___ @@ -184,7 +184,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -200,7 +200,7 @@ languageIds for the files to spell check. #### Defined in -[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L139) +[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L139) ___ @@ -216,7 +216,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -232,7 +232,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -250,7 +250,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -266,7 +266,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -283,7 +283,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -305,7 +305,7 @@ Example: "en,nl" to enable both English and Dutch. #### Defined in -[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L136) +[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L136) ___ @@ -321,7 +321,7 @@ Forces the spell checker to assume a give language id. Used mainly as an Overrid #### Defined in -[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L163) +[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L163) ___ @@ -337,7 +337,7 @@ Additional settings for individual languages. #### Defined in -[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L160) +[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L160) ___ @@ -348,7 +348,7 @@ ___ By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded. -**`default`** true; +**`default`** true #### Inherited from @@ -356,7 +356,7 @@ will prevent ALL default configuration from being loaded. #### Defined in -[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L170) +[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L170) ___ @@ -374,7 +374,7 @@ The maximum number of times the same word can be flagged as an error in a file. #### Defined in -[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L184) +[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L184) ___ @@ -392,7 +392,7 @@ The maximum number of problems to report in a file. #### Defined in -[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L178) +[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L178) ___ @@ -410,7 +410,7 @@ The minimum length of a word before checking it against a dictionary. #### Defined in -[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L190) +[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L190) ___ @@ -426,7 +426,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -448,7 +448,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -466,7 +466,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -478,7 +478,7 @@ Overrides to apply based upon the file path. #### Defined in -[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L124) +[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L124) ___ @@ -494,7 +494,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -512,7 +512,7 @@ The PnP files to search for. Note: `.mjs` files are not currently supported. #### Defined in -[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L237) +[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L237) ___ @@ -534,7 +534,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -552,7 +552,7 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) ___ @@ -574,7 +574,7 @@ of a PnP file and load it. #### Defined in -[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L230) +[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L230) ___ @@ -590,4 +590,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/Features.md b/docs/types/cspell-types/interfaces/Features.md index a75c489c6c2..17bd35d0b0e 100644 --- a/docs/types/cspell-types/interfaces/Features.md +++ b/docs/types/cspell-types/interfaces/Features.md @@ -34,4 +34,4 @@ Partial.weighted-suggestions #### Defined in -[features.ts:10](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/features.ts#L10) +[features.ts:10](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/features.ts#L10) diff --git a/docs/types/cspell-types/interfaces/FileSettings.md b/docs/types/cspell-types/interfaces/FileSettings.md index 0f3359304f4..40e5ec9383e 100644 --- a/docs/types/cspell-types/interfaces/FileSettings.md +++ b/docs/types/cspell-types/interfaces/FileSettings.md @@ -78,7 +78,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -94,7 +94,7 @@ Define cache settings. #### Defined in -[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L279) +[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L279) ___ @@ -116,7 +116,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -132,7 +132,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -151,7 +151,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -167,7 +167,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -199,7 +199,7 @@ kotlin // enable checking for kotlin #### Defined in -[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L157) +[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L157) ___ @@ -214,7 +214,7 @@ By default, CSpell does not scan `hidden` files. #### Defined in -[CSpellSettingsDef.ts:76](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L76) +[CSpellSettingsDef.ts:76](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L76) ___ @@ -232,7 +232,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -248,7 +248,7 @@ languageIds for the files to spell check. #### Defined in -[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L139) +[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L139) ___ @@ -266,7 +266,7 @@ Exit with non-zero code as soon as an issue/error is encountered (useful for CI #### Defined in -[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L284) +[CSpellSettingsDef.ts:284](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L284) ___ @@ -280,7 +280,7 @@ Configure CSpell features. #### Defined in -[CSpellSettingsDef.ts:119](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L119) +[CSpellSettingsDef.ts:119](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L119) ___ @@ -293,7 +293,7 @@ Glob patterns are relative to the `globRoot` of the configuration file that defi #### Defined in -[CSpellSettingsDef.ts:68](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L68) +[CSpellSettingsDef.ts:68](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L68) ___ @@ -309,7 +309,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -321,7 +321,7 @@ Tells the spell checker to searching for `.gitignore` files when it reaches a ma #### Defined in -[CSpellSettingsDef.ts:112](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L112) +[CSpellSettingsDef.ts:112](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L112) ___ @@ -344,7 +344,7 @@ Special Values: #### Defined in -[CSpellSettingsDef.ts:62](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L62) +[CSpellSettingsDef.ts:62](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L62) ___ @@ -360,7 +360,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -373,7 +373,7 @@ Glob patterns are relative to the `globRoot` of the configuration file that defi #### Defined in -[CSpellSettingsDef.ts:82](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L82) +[CSpellSettingsDef.ts:82](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L82) ___ @@ -391,7 +391,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -407,7 +407,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -419,7 +419,7 @@ Other settings files to be included. #### Defined in -[CSpellSettingsDef.ts:45](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L45) +[CSpellSettingsDef.ts:45](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L45) ___ @@ -436,7 +436,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -458,7 +458,7 @@ Example: "en,nl" to enable both English and Dutch. #### Defined in -[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L136) +[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L136) ___ @@ -474,7 +474,7 @@ Forces the spell checker to assume a give language id. Used mainly as an Overrid #### Defined in -[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L163) +[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L163) ___ @@ -490,7 +490,7 @@ Additional settings for individual languages. #### Defined in -[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L160) +[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L160) ___ @@ -501,7 +501,7 @@ ___ By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded. -**`default`** true; +**`default`** true #### Inherited from @@ -509,7 +509,7 @@ will prevent ALL default configuration from being loaded. #### Defined in -[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L170) +[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L170) ___ @@ -527,7 +527,7 @@ The maximum number of times the same word can be flagged as an error in a file. #### Defined in -[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L184) +[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L184) ___ @@ -545,7 +545,7 @@ The maximum number of problems to report in a file. #### Defined in -[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L178) +[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L178) ___ @@ -563,7 +563,7 @@ The minimum length of a word before checking it against a dictionary. #### Defined in -[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L190) +[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L190) ___ @@ -579,7 +579,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -593,7 +593,7 @@ Prevents searching for local configuration when checking individual documents. #### Defined in -[CSpellSettingsDef.ts:88](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L88) +[CSpellSettingsDef.ts:88](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L88) ___ @@ -615,7 +615,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -633,7 +633,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -649,7 +649,7 @@ Overrides to apply based upon the file path. #### Defined in -[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L124) +[CSpellSettingsDef.ts:124](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L124) ___ @@ -665,7 +665,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -683,7 +683,7 @@ The PnP files to search for. Note: `.mjs` files are not currently supported. #### Defined in -[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L237) +[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L237) ___ @@ -699,7 +699,7 @@ modifying the file to add words and other configuration. #### Defined in -[CSpellSettingsDef.ts:96](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L96) +[CSpellSettingsDef.ts:96](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L96) ___ @@ -711,7 +711,7 @@ Custom reporters configuration. #### Defined in -[CSpellSettingsDef.ts:101](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L101) +[CSpellSettingsDef.ts:101](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L101) ___ @@ -733,7 +733,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -751,7 +751,7 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) ___ @@ -765,7 +765,7 @@ Tells the spell checker to load `.gitignore` files and skip files that match the #### Defined in -[CSpellSettingsDef.ts:107](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L107) +[CSpellSettingsDef.ts:107](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L107) ___ @@ -787,7 +787,7 @@ of a PnP file and load it. #### Defined in -[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L230) +[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L230) ___ @@ -799,7 +799,7 @@ Words to add to global dictionary -- should only be in the user config file. #### Defined in -[CSpellSettingsDef.ts:42](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L42) +[CSpellSettingsDef.ts:42](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L42) ___ @@ -813,7 +813,7 @@ Configuration format version of the settings file. #### Defined in -[CSpellSettingsDef.ts:39](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L39) +[CSpellSettingsDef.ts:39](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L39) ___ @@ -829,4 +829,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/FileSource.md b/docs/types/cspell-types/interfaces/FileSource.md index 3f6ddeb0fe6..0a17b177fe4 100644 --- a/docs/types/cspell-types/interfaces/FileSource.md +++ b/docs/types/cspell-types/interfaces/FileSource.md @@ -31,7 +31,7 @@ BaseSource.fileSource #### Defined in -[CSpellSettingsDef.ts:814](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L814) +[CSpellSettingsDef.ts:814](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L814) ___ @@ -47,7 +47,7 @@ BaseSource.filename #### Defined in -[CSpellSettingsDef.ts:810](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L810) +[CSpellSettingsDef.ts:810](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L810) ___ @@ -63,7 +63,7 @@ BaseSource.name #### Defined in -[CSpellSettingsDef.ts:808](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L808) +[CSpellSettingsDef.ts:808](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L808) ___ @@ -79,4 +79,4 @@ BaseSource.sources #### Defined in -[CSpellSettingsDef.ts:812](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L812) +[CSpellSettingsDef.ts:812](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L812) diff --git a/docs/types/cspell-types/interfaces/ImportFileRef.md b/docs/types/cspell-types/interfaces/ImportFileRef.md index f5f7e9b38bd..de0924b8bd8 100644 --- a/docs/types/cspell-types/interfaces/ImportFileRef.md +++ b/docs/types/cspell-types/interfaces/ImportFileRef.md @@ -18,7 +18,7 @@ #### Defined in -[CSpellSettingsDef.ts:24](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L24) +[CSpellSettingsDef.ts:24](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L24) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:23](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L23) +[CSpellSettingsDef.ts:23](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L23) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[CSpellSettingsDef.ts:25](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L25) +[CSpellSettingsDef.ts:25](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L25) diff --git a/docs/types/cspell-types/interfaces/InMemorySource.md b/docs/types/cspell-types/interfaces/InMemorySource.md index ad11613cb84..b14d4a11e8b 100644 --- a/docs/types/cspell-types/interfaces/InMemorySource.md +++ b/docs/types/cspell-types/interfaces/InMemorySource.md @@ -31,7 +31,7 @@ BaseSource.fileSource #### Defined in -[CSpellSettingsDef.ts:836](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L836) +[CSpellSettingsDef.ts:836](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L836) ___ @@ -47,7 +47,7 @@ BaseSource.filename #### Defined in -[CSpellSettingsDef.ts:832](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L832) +[CSpellSettingsDef.ts:832](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L832) ___ @@ -63,7 +63,7 @@ BaseSource.name #### Defined in -[CSpellSettingsDef.ts:830](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L830) +[CSpellSettingsDef.ts:830](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L830) ___ @@ -79,4 +79,4 @@ BaseSource.sources #### Defined in -[CSpellSettingsDef.ts:834](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L834) +[CSpellSettingsDef.ts:834](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L834) diff --git a/docs/types/cspell-types/interfaces/Issue.md b/docs/types/cspell-types/interfaces/Issue.md index 4a51715bb40..bacbb38ab71 100644 --- a/docs/types/cspell-types/interfaces/Issue.md +++ b/docs/types/cspell-types/interfaces/Issue.md @@ -35,7 +35,7 @@ Omit.col #### Defined in -[TextOffset.ts:21](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L21) +[TextOffset.ts:21](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L21) ___ @@ -47,7 +47,7 @@ text surrounding the issue text #### Defined in -[CSpellReporter.ts:5](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L5) +[CSpellReporter.ts:5](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L5) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[CSpellReporter.ts:6](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L6) +[CSpellReporter.ts:6](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L6) ___ @@ -73,7 +73,7 @@ Omit.length #### Defined in -[TextOffset.ts:14](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L14) +[TextOffset.ts:14](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L14) ___ @@ -87,7 +87,7 @@ Omit.line #### Defined in -[TextOffset.ts:22](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L22) +[TextOffset.ts:22](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L22) ___ @@ -103,7 +103,7 @@ Omit.offset #### Defined in -[TextOffset.ts:10](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L10) +[TextOffset.ts:10](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L10) ___ @@ -117,7 +117,7 @@ Omit.row #### Defined in -[TextOffset.ts:20](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L20) +[TextOffset.ts:20](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L20) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[CSpellReporter.ts:7](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L7) +[CSpellReporter.ts:7](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L7) ___ @@ -144,7 +144,7 @@ Omit.text #### Defined in -[TextOffset.ts:6](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L6) +[TextOffset.ts:6](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L6) ___ @@ -158,4 +158,4 @@ Omit.uri #### Defined in -[TextOffset.ts:18](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L18) +[TextOffset.ts:18](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L18) diff --git a/docs/types/cspell-types/interfaces/LanguageSetting.md b/docs/types/cspell-types/interfaces/LanguageSetting.md index fb18d1221ff..70f39326615 100644 --- a/docs/types/cspell-types/interfaces/LanguageSetting.md +++ b/docs/types/cspell-types/interfaces/LanguageSetting.md @@ -49,7 +49,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -71,7 +71,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -87,7 +87,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -106,7 +106,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -122,7 +122,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -140,7 +140,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -156,7 +156,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -172,7 +172,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -190,7 +190,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -206,7 +206,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -223,7 +223,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -239,7 +239,7 @@ The language id. Ex: "typescript", "html", or "php". "*" -- will match all lan #### Defined in -[CSpellSettingsDef.ts:583](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L583) +[CSpellSettingsDef.ts:583](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L583) ___ @@ -259,7 +259,7 @@ Deprecated - The locale filter, matches against the language. This can be a comm #### Defined in -[CSpellSettingsDef.ts:596](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L596) +[CSpellSettingsDef.ts:596](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L596) ___ @@ -275,7 +275,7 @@ The locale filter, matches against the language. This can be a comma separated l #### Defined in -[CSpellSettingsDef.ts:585](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L585) +[CSpellSettingsDef.ts:585](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L585) ___ @@ -291,7 +291,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -313,7 +313,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -329,7 +329,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -345,4 +345,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/LanguageSettingFilterFields.md b/docs/types/cspell-types/interfaces/LanguageSettingFilterFields.md index 10a50d5f007..17566358ae3 100644 --- a/docs/types/cspell-types/interfaces/LanguageSettingFilterFields.md +++ b/docs/types/cspell-types/interfaces/LanguageSettingFilterFields.md @@ -34,7 +34,7 @@ The language id. Ex: "typescript", "html", or "php". "*" -- will match all lan #### Defined in -[CSpellSettingsDef.ts:583](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L583) +[CSpellSettingsDef.ts:583](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L583) ___ @@ -54,7 +54,7 @@ Deprecated - The locale filter, matches against the language. This can be a comm #### Defined in -[CSpellSettingsDef.ts:596](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L596) +[CSpellSettingsDef.ts:596](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L596) ___ @@ -70,4 +70,4 @@ The locale filter, matches against the language. This can be a comma separated l #### Defined in -[CSpellSettingsDef.ts:585](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L585) +[CSpellSettingsDef.ts:585](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L585) diff --git a/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsDeprecated.md b/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsDeprecated.md index a689d4ca4ed..66adc1a306e 100644 --- a/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsDeprecated.md +++ b/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsDeprecated.md @@ -25,7 +25,7 @@ The language id. Ex: "typescript", "html", or "php". "*" -- will match all lan #### Defined in -[CSpellSettingsDef.ts:590](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L590) +[CSpellSettingsDef.ts:590](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L590) ___ @@ -41,4 +41,4 @@ Deprecated - The locale filter, matches against the language. This can be a comm #### Defined in -[CSpellSettingsDef.ts:596](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L596) +[CSpellSettingsDef.ts:596](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L596) diff --git a/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsPreferred.md b/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsPreferred.md index d442f2ffcfb..e650ba99a50 100644 --- a/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsPreferred.md +++ b/docs/types/cspell-types/interfaces/LanguageSettingFilterFieldsPreferred.md @@ -25,7 +25,7 @@ The language id. Ex: "typescript", "html", or "php". "*" -- will match all lan #### Defined in -[CSpellSettingsDef.ts:583](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L583) +[CSpellSettingsDef.ts:583](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L583) ___ @@ -37,4 +37,4 @@ The locale filter, matches against the language. This can be a comma separated l #### Defined in -[CSpellSettingsDef.ts:585](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L585) +[CSpellSettingsDef.ts:585](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L585) diff --git a/docs/types/cspell-types/interfaces/LegacySettings.md b/docs/types/cspell-types/interfaces/LegacySettings.md index a6ccfee35fb..e7f3ba16e71 100644 --- a/docs/types/cspell-types/interfaces/LegacySettings.md +++ b/docs/types/cspell-types/interfaces/LegacySettings.md @@ -32,7 +32,7 @@ Show status. #### Defined in -[CSpellSettingsDef.ts:324](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L324) +[CSpellSettingsDef.ts:324](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L324) ___ @@ -46,4 +46,4 @@ Delay in ms after a document has changed before checking it for spelling errors. #### Defined in -[CSpellSettingsDef.ts:330](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L330) +[CSpellSettingsDef.ts:330](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L330) diff --git a/docs/types/cspell-types/interfaces/MergeSource.md b/docs/types/cspell-types/interfaces/MergeSource.md index 35becfdcca6..9c7e5ace832 100644 --- a/docs/types/cspell-types/interfaces/MergeSource.md +++ b/docs/types/cspell-types/interfaces/MergeSource.md @@ -31,7 +31,7 @@ BaseSource.fileSource #### Defined in -[CSpellSettingsDef.ts:825](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L825) +[CSpellSettingsDef.ts:825](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L825) ___ @@ -47,7 +47,7 @@ BaseSource.filename #### Defined in -[CSpellSettingsDef.ts:821](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L821) +[CSpellSettingsDef.ts:821](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L821) ___ @@ -63,7 +63,7 @@ BaseSource.name #### Defined in -[CSpellSettingsDef.ts:819](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L819) +[CSpellSettingsDef.ts:819](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L819) ___ @@ -79,4 +79,4 @@ BaseSource.sources #### Defined in -[CSpellSettingsDef.ts:823](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L823) +[CSpellSettingsDef.ts:823](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L823) diff --git a/docs/types/cspell-types/interfaces/OverrideFilterFields.md b/docs/types/cspell-types/interfaces/OverrideFilterFields.md index 306fbce509d..452d529fc48 100644 --- a/docs/types/cspell-types/interfaces/OverrideFilterFields.md +++ b/docs/types/cspell-types/interfaces/OverrideFilterFields.md @@ -24,4 +24,4 @@ Glob pattern or patterns to match against. #### Defined in -[CSpellSettingsDef.ts:344](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L344) +[CSpellSettingsDef.ts:344](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L344) diff --git a/docs/types/cspell-types/interfaces/OverrideSettings.md b/docs/types/cspell-types/interfaces/OverrideSettings.md index 5ec9c5416e2..ab95271e6cd 100644 --- a/docs/types/cspell-types/interfaces/OverrideSettings.md +++ b/docs/types/cspell-types/interfaces/OverrideSettings.md @@ -61,7 +61,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -83,7 +83,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -99,7 +99,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -118,7 +118,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -134,7 +134,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -166,7 +166,7 @@ kotlin // enable checking for kotlin #### Defined in -[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L157) +[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L157) ___ @@ -184,7 +184,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -200,7 +200,7 @@ languageIds for the files to spell check. #### Defined in -[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L139) +[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L139) ___ @@ -216,7 +216,7 @@ Glob pattern or patterns to match against. #### Defined in -[CSpellSettingsDef.ts:344](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L344) +[CSpellSettingsDef.ts:344](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L344) ___ @@ -232,7 +232,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -248,7 +248,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -266,7 +266,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -282,7 +282,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -299,7 +299,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -315,7 +315,7 @@ Sets the locale. #### Defined in -[CSpellSettingsDef.ts:339](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L339) +[CSpellSettingsDef.ts:339](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L339) ___ @@ -331,7 +331,7 @@ Sets the programming language id. #### Defined in -[CSpellSettingsDef.ts:336](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L336) +[CSpellSettingsDef.ts:336](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L336) ___ @@ -347,7 +347,7 @@ Additional settings for individual languages. #### Defined in -[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L160) +[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L160) ___ @@ -358,7 +358,7 @@ ___ By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded. -**`default`** true; +**`default`** true #### Inherited from @@ -366,7 +366,7 @@ will prevent ALL default configuration from being loaded. #### Defined in -[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L170) +[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L170) ___ @@ -384,7 +384,7 @@ The maximum number of times the same word can be flagged as an error in a file. #### Defined in -[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L184) +[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L184) ___ @@ -402,7 +402,7 @@ The maximum number of problems to report in a file. #### Defined in -[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L178) +[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L178) ___ @@ -420,7 +420,7 @@ The minimum length of a word before checking it against a dictionary. #### Defined in -[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L190) +[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L190) ___ @@ -436,7 +436,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -458,7 +458,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -476,7 +476,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -492,7 +492,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -510,7 +510,7 @@ The PnP files to search for. Note: `.mjs` files are not currently supported. #### Defined in -[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L237) +[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L237) ___ @@ -532,7 +532,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -550,7 +550,7 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) ___ @@ -572,7 +572,7 @@ of a PnP file and load it. #### Defined in -[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L230) +[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L230) ___ @@ -588,4 +588,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/PnPSettings.md b/docs/types/cspell-types/interfaces/PnPSettings.md index 7100caa587b..d1e74ed8ca4 100644 --- a/docs/types/cspell-types/interfaces/PnPSettings.md +++ b/docs/types/cspell-types/interfaces/PnPSettings.md @@ -29,7 +29,7 @@ The PnP files to search for. Note: `.mjs` files are not currently supported. #### Defined in -[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L237) +[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L237) ___ @@ -47,4 +47,4 @@ of a PnP file and load it. #### Defined in -[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L230) +[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L230) diff --git a/docs/types/cspell-types/interfaces/ProgressBase.md b/docs/types/cspell-types/interfaces/ProgressBase.md index b6217ae9e2c..c6be9fbfc07 100644 --- a/docs/types/cspell-types/interfaces/ProgressBase.md +++ b/docs/types/cspell-types/interfaces/ProgressBase.md @@ -22,4 +22,4 @@ #### Defined in -[CSpellReporter.ts:36](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L36) +[CSpellReporter.ts:36](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L36) diff --git a/docs/types/cspell-types/interfaces/ProgressFileBase.md b/docs/types/cspell-types/interfaces/ProgressFileBase.md index da76dba476d..e7eea77efab 100644 --- a/docs/types/cspell-types/interfaces/ProgressFileBase.md +++ b/docs/types/cspell-types/interfaces/ProgressFileBase.md @@ -29,7 +29,7 @@ #### Defined in -[CSpellReporter.ts:42](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L42) +[CSpellReporter.ts:42](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L42) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L41) +[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L41) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[CSpellReporter.ts:43](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L43) +[CSpellReporter.ts:43](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L43) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[CSpellReporter.ts:40](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L40) +[CSpellReporter.ts:40](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L40) diff --git a/docs/types/cspell-types/interfaces/ProgressFileBegin.md b/docs/types/cspell-types/interfaces/ProgressFileBegin.md index 003fe1fad8c..fe2cc2c59dc 100644 --- a/docs/types/cspell-types/interfaces/ProgressFileBegin.md +++ b/docs/types/cspell-types/interfaces/ProgressFileBegin.md @@ -31,7 +31,7 @@ Notification sent just before processing a file. #### Defined in -[CSpellReporter.ts:42](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L42) +[CSpellReporter.ts:42](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L42) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L41) +[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L41) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[CSpellReporter.ts:43](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L43) +[CSpellReporter.ts:43](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L43) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[CSpellReporter.ts:58](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L58) +[CSpellReporter.ts:58](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L58) diff --git a/docs/types/cspell-types/interfaces/ProgressFileComplete.md b/docs/types/cspell-types/interfaces/ProgressFileComplete.md index 35355df6884..4d21f5614e9 100644 --- a/docs/types/cspell-types/interfaces/ProgressFileComplete.md +++ b/docs/types/cspell-types/interfaces/ProgressFileComplete.md @@ -29,7 +29,7 @@ #### Defined in -[CSpellReporter.ts:51](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L51) +[CSpellReporter.ts:51](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L51) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[CSpellReporter.ts:48](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L48) +[CSpellReporter.ts:48](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L48) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[CSpellReporter.ts:42](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L42) +[CSpellReporter.ts:42](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L42) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L41) +[CSpellReporter.ts:41](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L41) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[CSpellReporter.ts:43](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L43) +[CSpellReporter.ts:43](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L43) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[CSpellReporter.ts:50](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L50) +[CSpellReporter.ts:50](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L50) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[CSpellReporter.ts:49](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L49) +[CSpellReporter.ts:49](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L49) ___ @@ -115,4 +115,4 @@ ___ #### Defined in -[CSpellReporter.ts:47](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L47) +[CSpellReporter.ts:47](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L47) diff --git a/docs/types/cspell-types/interfaces/RegExpPatternDefinition.md b/docs/types/cspell-types/interfaces/RegExpPatternDefinition.md index 6342b428136..8177ebdcd99 100644 --- a/docs/types/cspell-types/interfaces/RegExpPatternDefinition.md +++ b/docs/types/cspell-types/interfaces/RegExpPatternDefinition.md @@ -20,7 +20,7 @@ Description of the pattern. #### Defined in -[CSpellSettingsDef.ts:798](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L798) +[CSpellSettingsDef.ts:798](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L798) ___ @@ -33,7 +33,7 @@ It is possible to redefine one of the predefined patterns to override its value. #### Defined in -[CSpellSettingsDef.ts:790](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L790) +[CSpellSettingsDef.ts:790](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L790) ___ @@ -45,4 +45,4 @@ RegExp pattern or array of RegExp patterns. #### Defined in -[CSpellSettingsDef.ts:794](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L794) +[CSpellSettingsDef.ts:794](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L794) diff --git a/docs/types/cspell-types/interfaces/ReportingConfiguration.md b/docs/types/cspell-types/interfaces/ReportingConfiguration.md index 823ebe6eb47..a943e9f9c14 100644 --- a/docs/types/cspell-types/interfaces/ReportingConfiguration.md +++ b/docs/types/cspell-types/interfaces/ReportingConfiguration.md @@ -33,7 +33,7 @@ The maximum number of times the same word can be flagged as an error in a file. #### Defined in -[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L184) +[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L184) ___ @@ -47,7 +47,7 @@ The maximum number of problems to report in a file. #### Defined in -[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L178) +[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L178) ___ @@ -61,7 +61,7 @@ The minimum length of a word before checking it against a dictionary. #### Defined in -[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L190) +[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L190) ___ @@ -79,7 +79,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -101,7 +101,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -119,4 +119,4 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) diff --git a/docs/types/cspell-types/interfaces/RunResult.md b/docs/types/cspell-types/interfaces/RunResult.md index 66a0c6a307c..01923a00c50 100644 --- a/docs/types/cspell-types/interfaces/RunResult.md +++ b/docs/types/cspell-types/interfaces/RunResult.md @@ -22,7 +22,7 @@ Number files that used results from the cache. #### Defined in -[CSpellReporter.ts:73](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L73) +[CSpellReporter.ts:73](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L73) ___ @@ -34,7 +34,7 @@ Number of processing errors. #### Defined in -[CSpellReporter.ts:71](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L71) +[CSpellReporter.ts:71](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L71) ___ @@ -46,7 +46,7 @@ Number of files processed. #### Defined in -[CSpellReporter.ts:65](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L65) +[CSpellReporter.ts:65](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L65) ___ @@ -58,7 +58,7 @@ Set of files where issues were found. #### Defined in -[CSpellReporter.ts:67](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L67) +[CSpellReporter.ts:67](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L67) ___ @@ -70,4 +70,4 @@ Number of issues found. #### Defined in -[CSpellReporter.ts:69](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L69) +[CSpellReporter.ts:69](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L69) diff --git a/docs/types/cspell-types/interfaces/Settings.md b/docs/types/cspell-types/interfaces/Settings.md index 2404e963378..847490c60e2 100644 --- a/docs/types/cspell-types/interfaces/Settings.md +++ b/docs/types/cspell-types/interfaces/Settings.md @@ -66,7 +66,7 @@ True to enable compound word checking. #### Defined in -[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L376) +[CSpellSettingsDef.ts:376](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L376) ___ @@ -88,7 +88,7 @@ Determines if words must match case and accent rules. #### Defined in -[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L387) +[CSpellSettingsDef.ts:387](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L387) ___ @@ -104,7 +104,7 @@ Optional description of configuration. #### Defined in -[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L355) +[CSpellSettingsDef.ts:355](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L355) ___ @@ -123,7 +123,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`. #### Defined in -[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L398) +[CSpellSettingsDef.ts:398](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L398) ___ @@ -139,7 +139,7 @@ Define additional available dictionaries. #### Defined in -[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L390) +[CSpellSettingsDef.ts:390](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L390) ___ @@ -167,7 +167,7 @@ kotlin // enable checking for kotlin #### Defined in -[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L157) +[CSpellSettingsDef.ts:157](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L157) ___ @@ -185,7 +185,7 @@ Is the spell checker enabled. #### Defined in -[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L361) +[CSpellSettingsDef.ts:361](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L361) ___ @@ -197,7 +197,7 @@ languageIds for the files to spell check. #### Defined in -[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L139) +[CSpellSettingsDef.ts:139](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L139) ___ @@ -213,7 +213,7 @@ List of words to always be considered incorrect. #### Defined in -[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L367) +[CSpellSettingsDef.ts:367](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L367) ___ @@ -229,7 +229,7 @@ Optional identifier. #### Defined in -[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L349) +[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L349) ___ @@ -247,7 +247,7 @@ Example: ["href"] - to exclude html href. #### Defined in -[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L416) +[CSpellSettingsDef.ts:416](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L416) ___ @@ -263,7 +263,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i #### Defined in -[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L370) +[CSpellSettingsDef.ts:370](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L370) ___ @@ -280,7 +280,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will #### Defined in -[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L422) +[CSpellSettingsDef.ts:422](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L422) ___ @@ -298,7 +298,7 @@ Example: "en,nl" to enable both English and Dutch. #### Defined in -[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L136) +[CSpellSettingsDef.ts:136](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L136) ___ @@ -310,7 +310,7 @@ Forces the spell checker to assume a give language id. Used mainly as an Overrid #### Defined in -[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L163) +[CSpellSettingsDef.ts:163](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L163) ___ @@ -322,7 +322,7 @@ Additional settings for individual languages. #### Defined in -[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L160) +[CSpellSettingsDef.ts:160](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L160) ___ @@ -333,11 +333,11 @@ ___ By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded. -**`default`** true; +**`default`** true #### Defined in -[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L170) +[CSpellSettingsDef.ts:170](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L170) ___ @@ -355,7 +355,7 @@ The maximum number of times the same word can be flagged as an error in a file. #### Defined in -[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L184) +[CSpellSettingsDef.ts:184](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L184) ___ @@ -373,7 +373,7 @@ The maximum number of problems to report in a file. #### Defined in -[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L178) +[CSpellSettingsDef.ts:178](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L178) ___ @@ -391,7 +391,7 @@ The minimum length of a word before checking it against a dictionary. #### Defined in -[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L190) +[CSpellSettingsDef.ts:190](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L190) ___ @@ -407,7 +407,7 @@ Optional name of configuration. #### Defined in -[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L352) +[CSpellSettingsDef.ts:352](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L352) ___ @@ -429,7 +429,7 @@ possible suggestions. #### Defined in -[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L409) +[CSpellSettingsDef.ts:409](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L409) ___ @@ -447,7 +447,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -463,7 +463,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx #### Defined in -[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L425) +[CSpellSettingsDef.ts:425](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L425) ___ @@ -481,7 +481,7 @@ The PnP files to search for. Note: `.mjs` files are not currently supported. #### Defined in -[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L237) +[CSpellSettingsDef.ts:237](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L237) ___ @@ -503,7 +503,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -521,7 +521,7 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) ___ @@ -543,7 +543,7 @@ of a PnP file and load it. #### Defined in -[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L230) +[CSpellSettingsDef.ts:230](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L230) ___ @@ -559,4 +559,4 @@ List of words to be always considered correct. #### Defined in -[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L364) +[CSpellSettingsDef.ts:364](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L364) diff --git a/docs/types/cspell-types/interfaces/SuggestionsConfiguration.md b/docs/types/cspell-types/interfaces/SuggestionsConfiguration.md index d07a702ea56..3854b6cf890 100644 --- a/docs/types/cspell-types/interfaces/SuggestionsConfiguration.md +++ b/docs/types/cspell-types/interfaces/SuggestionsConfiguration.md @@ -28,7 +28,7 @@ Number of suggestions to make. #### Defined in -[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L198) +[CSpellSettingsDef.ts:198](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L198) ___ @@ -46,7 +46,7 @@ Range: between 1 and 5. #### Defined in -[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L214) +[CSpellSettingsDef.ts:214](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L214) ___ @@ -60,4 +60,4 @@ The maximum amount of time in milliseconds to generate suggestions for a word. #### Defined in -[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L204) +[CSpellSettingsDef.ts:204](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L204) diff --git a/docs/types/cspell-types/interfaces/TextDocumentOffset.md b/docs/types/cspell-types/interfaces/TextDocumentOffset.md index 5c39d8fc086..d67f8d6c12e 100644 --- a/docs/types/cspell-types/interfaces/TextDocumentOffset.md +++ b/docs/types/cspell-types/interfaces/TextDocumentOffset.md @@ -29,7 +29,7 @@ #### Defined in -[TextOffset.ts:21](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L21) +[TextOffset.ts:21](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L21) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[TextOffset.ts:19](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L19) +[TextOffset.ts:19](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L19) ___ @@ -55,7 +55,7 @@ Assumed to match `text.length` if the text has not been transformed. #### Defined in -[TextOffset.ts:14](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L14) +[TextOffset.ts:14](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L14) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[TextOffset.ts:22](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L22) +[TextOffset.ts:22](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L22) ___ @@ -81,7 +81,7 @@ The offset into the document. #### Defined in -[TextOffset.ts:10](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L10) +[TextOffset.ts:10](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L10) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[TextOffset.ts:20](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L20) +[TextOffset.ts:20](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L20) ___ @@ -108,7 +108,7 @@ Example: Original: `cafe\u0301`, text: `café` #### Defined in -[TextOffset.ts:6](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L6) +[TextOffset.ts:6](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L6) ___ @@ -118,4 +118,4 @@ ___ #### Defined in -[TextOffset.ts:18](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L18) +[TextOffset.ts:18](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L18) diff --git a/docs/types/cspell-types/interfaces/TextOffset.md b/docs/types/cspell-types/interfaces/TextOffset.md index 0907eaff2df..e08d4327a2a 100644 --- a/docs/types/cspell-types/interfaces/TextOffset.md +++ b/docs/types/cspell-types/interfaces/TextOffset.md @@ -26,7 +26,7 @@ Assumed to match `text.length` if the text has not been transformed. #### Defined in -[TextOffset.ts:14](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L14) +[TextOffset.ts:14](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L14) ___ @@ -38,7 +38,7 @@ The offset into the document. #### Defined in -[TextOffset.ts:10](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L10) +[TextOffset.ts:10](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L10) ___ @@ -51,4 +51,4 @@ Example: Original: `cafe\u0301`, text: `café` #### Defined in -[TextOffset.ts:6](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/TextOffset.ts#L6) +[TextOffset.ts:6](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/TextOffset.ts#L6) diff --git a/docs/types/cspell-types/interfaces/WorkspaceTrustSettings.md b/docs/types/cspell-types/interfaces/WorkspaceTrustSettings.md index 638656246bc..85f355d40c9 100644 --- a/docs/types/cspell-types/interfaces/WorkspaceTrustSettings.md +++ b/docs/types/cspell-types/interfaces/WorkspaceTrustSettings.md @@ -30,7 +30,7 @@ Sets the default trust level. #### Defined in -[CSpellSettingsDef.ts:311](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L311) +[CSpellSettingsDef.ts:311](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L311) ___ @@ -42,7 +42,7 @@ Glob patterns of locations that contain ALWAYS trusted files. #### Defined in -[CSpellSettingsDef.ts:300](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L300) +[CSpellSettingsDef.ts:300](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L300) ___ @@ -54,4 +54,4 @@ Glob patterns of locations that contain NEVER trusted files. #### Defined in -[CSpellSettingsDef.ts:305](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L305) +[CSpellSettingsDef.ts:305](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L305) diff --git a/docs/types/cspell-types/modules.md b/docs/types/cspell-types/modules.md index 1243457821f..b55fd558b89 100644 --- a/docs/types/cspell-types/modules.md +++ b/docs/types/cspell-types/modules.md @@ -120,7 +120,7 @@ These settings come from user and workspace settings. #### Defined in -[CSpellSettingsDef.ts:10](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L10) +[CSpellSettingsDef.ts:10](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L10) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:12](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L12) +[CSpellSettingsDef.ts:12](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L12) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[configFields.ts:5](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/configFields.ts#L5) +[configFields.ts:5](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/configFields.ts#L5) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:801](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L801) +[CSpellSettingsDef.ts:801](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L801) ___ @@ -164,7 +164,7 @@ The Strategy to use to detect if a file has changed. #### Defined in -[CSpellSettingsDef.ts:245](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L245) +[CSpellSettingsDef.ts:245](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L245) ___ @@ -179,7 +179,7 @@ This is a set of characters that can include `-` or `|` #### Defined in -[DictionaryInformation.ts:199](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/DictionaryInformation.ts#L199) +[DictionaryInformation.ts:199](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/DictionaryInformation.ts#L199) ___ @@ -193,7 +193,7 @@ A File System Path to a dictionary file. #### Defined in -[CSpellSettingsDef.ts:783](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L783) +[CSpellSettingsDef.ts:783](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L783) ___ @@ -205,7 +205,7 @@ Specifies the scope of a dictionary. #### Defined in -[CSpellSettingsDef.ts:550](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L550) +[CSpellSettingsDef.ts:550](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L550) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[CSpellReporter.ts:24](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L24) +[CSpellReporter.ts:24](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L24) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:430](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L430) +[CSpellSettingsDef.ts:430](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L430) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:428](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L428) +[CSpellSettingsDef.ts:428](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L428) ___ @@ -270,7 +270,7 @@ Name Format: #### Defined in -[CSpellSettingsDef.ts:655](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L655) +[CSpellSettingsDef.ts:655](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L655) ___ @@ -293,7 +293,7 @@ The reference starts with 1 or more `!`. #### Defined in -[CSpellSettingsDef.ts:677](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L677) +[CSpellSettingsDef.ts:677](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L677) ___ @@ -307,7 +307,7 @@ A File System Path to a dictionary file. #### Defined in -[CSpellSettingsDef.ts:777](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L777) +[CSpellSettingsDef.ts:777](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L777) ___ @@ -320,7 +320,7 @@ It is expected to match the name of a dictionary. #### Defined in -[CSpellSettingsDef.ts:661](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L661) +[CSpellSettingsDef.ts:661](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L661) ___ @@ -335,7 +335,7 @@ One of: #### Defined in -[CSpellSettingsDef.ts:685](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L685) +[CSpellSettingsDef.ts:685](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L685) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[CSpellReporter.ts:28](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L28) +[CSpellReporter.ts:28](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L28) ___ @@ -370,7 +370,7 @@ ___ #### Defined in -[CSpellReporter.ts:26](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L26) +[CSpellReporter.ts:26](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L26) ___ @@ -386,7 +386,7 @@ Special Properties: #### Defined in -[CSpellSettingsDef.ts:768](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L768) +[CSpellSettingsDef.ts:768](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L768) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[features.ts:29](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/features.ts#L29) +[features.ts:29](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/features.ts#L29) ___ @@ -408,7 +408,7 @@ A File System Path. Relative paths are relative to the configuration file. #### Defined in -[CSpellSettingsDef.ts:759](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L759) +[CSpellSettingsDef.ts:759](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L759) ___ @@ -420,7 +420,7 @@ These are glob expressions. #### Defined in -[CSpellSettingsDef.ts:711](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L711) +[CSpellSettingsDef.ts:711](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L711) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:754](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L754) +[CSpellSettingsDef.ts:754](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L754) ___ @@ -444,7 +444,7 @@ This can be 'typescript,cpp,json,literal haskell', etc. #### Defined in -[CSpellSettingsDef.ts:746](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L746) +[CSpellSettingsDef.ts:746](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L746) ___ @@ -458,7 +458,7 @@ This can be 'typescript,cpp,json,literal haskell', etc. #### Defined in -[CSpellSettingsDef.ts:752](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L752) +[CSpellSettingsDef.ts:752](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L752) ___ @@ -472,7 +472,7 @@ This can be '*', 'typescript', 'cpp', 'json', etc. #### Defined in -[CSpellSettingsDef.ts:740](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L740) +[CSpellSettingsDef.ts:740](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L740) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:708](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L708) +[CSpellSettingsDef.ts:708](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L708) ___ @@ -498,7 +498,7 @@ This is a written language locale like: 'en', 'en-GB', 'fr', 'es', 'de', etc. #### Defined in -[CSpellSettingsDef.ts:688](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L688) +[CSpellSettingsDef.ts:688](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L688) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[CSpellReporter.ts:22](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L22) +[CSpellReporter.ts:22](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L22) ___ @@ -533,7 +533,7 @@ ___ #### Defined in -[CSpellReporter.ts:10](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L10) +[CSpellReporter.ts:10](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L10) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[CSpellReporter.ts:12](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L12) +[CSpellReporter.ts:12](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L12) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:602](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L602) +[CSpellSettingsDef.ts:602](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L602) ___ @@ -565,7 +565,7 @@ This matches the name in a pattern definition. #### Defined in -[CSpellSettingsDef.ts:635](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L635) +[CSpellSettingsDef.ts:635](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L635) ___ @@ -577,7 +577,7 @@ A PatternRef is a Pattern or PatternId. #### Defined in -[CSpellSettingsDef.ts:638](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L638) +[CSpellSettingsDef.ts:638](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L638) ___ @@ -587,7 +587,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:604](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L604) +[CSpellSettingsDef.ts:604](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L604) ___ @@ -611,7 +611,7 @@ ___ #### Defined in -[CSpellReporter.ts:61](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L61) +[CSpellReporter.ts:61](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L61) ___ @@ -621,7 +621,7 @@ ___ #### Defined in -[CSpellReporter.ts:33](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L33) +[CSpellReporter.ts:33](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L33) ___ @@ -631,7 +631,7 @@ ___ #### Defined in -[CSpellReporter.ts:32](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L32) +[CSpellReporter.ts:32](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L32) ___ @@ -643,7 +643,7 @@ A list of pattern names or regular expressions. #### Defined in -[CSpellSettingsDef.ts:641](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L641) +[CSpellSettingsDef.ts:641](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L641) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:4](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L4) +[CSpellSettingsDef.ts:4](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L4) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:5](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L5) +[CSpellSettingsDef.ts:5](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L5) ___ @@ -675,7 +675,7 @@ Reporter name or reporter name + reporter config. #### Defined in -[CSpellSettingsDef.ts:853](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L853) +[CSpellSettingsDef.ts:853](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L853) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[CSpellReporter.ts:76](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L76) +[CSpellReporter.ts:76](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L76) ___ @@ -711,7 +711,7 @@ Simple Glob string, the root will be globRoot. #### Defined in -[CSpellSettingsDef.ts:714](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L714) +[CSpellSettingsDef.ts:714](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L714) ___ @@ -721,7 +721,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:804](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L804) +[CSpellSettingsDef.ts:804](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L804) ___ @@ -745,7 +745,7 @@ ___ #### Defined in -[CSpellReporter.ts:30](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L30) +[CSpellReporter.ts:30](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L30) ___ @@ -776,7 +776,7 @@ Note: the default edit distance is 100. #### Defined in -[suggestionCostsDef.ts:24](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/suggestionCostsDef.ts#L24) +[suggestionCostsDef.ts:24](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/suggestionCostsDef.ts#L24) ___ @@ -786,7 +786,7 @@ ___ #### Defined in -[suggestionCostsDef.ts:26](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/suggestionCostsDef.ts#L26) +[suggestionCostsDef.ts:26](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/suggestionCostsDef.ts#L26) ___ @@ -798,7 +798,7 @@ Trust Security Level. #### Defined in -[CSpellSettingsDef.ts:771](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L771) +[CSpellSettingsDef.ts:771](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L771) ___ @@ -808,7 +808,7 @@ ___ #### Defined in -[CSpellSettingsDef.ts:702](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L702) +[CSpellSettingsDef.ts:702](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L702) ___ @@ -820,7 +820,7 @@ Configuration File Version. #### Defined in -[CSpellSettingsDef.ts:693](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L693) +[CSpellSettingsDef.ts:693](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L693) ___ @@ -836,7 +836,7 @@ Legacy Configuration File Versions. #### Defined in -[CSpellSettingsDef.ts:700](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellSettingsDef.ts#L700) +[CSpellSettingsDef.ts:700](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellSettingsDef.ts#L700) ## Variables @@ -846,7 +846,7 @@ Legacy Configuration File Versions. #### Defined in -[configFields.ts:9](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/configFields.ts#L9) +[configFields.ts:9](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/configFields.ts#L9) ___ @@ -856,4 +856,4 @@ ___ #### Defined in -[CSpellReporter.ts:16](https://github.com/streetsidesoftware/cspell/blob/46c1e4f/packages/cspell-types/src/CSpellReporter.ts#L16) +[CSpellReporter.ts:16](https://github.com/streetsidesoftware/cspell/blob/a151ccc/packages/cspell-types/src/CSpellReporter.ts#L16)