Interface: LanguageSettingFilterFields
Defined in: packages/cspell-types/dist/index.d.mts:1521
Extends
Extended by
Properties
languageId
languageId:
MatchingFileType
Defined in: packages/cspell-types/dist/index.d.mts:1524
The language id. Ex: typescript, html, or php. * -- will match all languages.
Inherited from
LanguageSettingFilterFieldsPreferred.languageId
local?
optionallocal:string|string[]
Defined in: packages/cspell-types/dist/index.d.mts:1536
Deprecated - The locale filter, matches against the language. This can be a comma separated list. * will match all locales.
Deprecated
true
Deprecation Message
Use locale instead.
Inherited from
LanguageSettingFilterFieldsDeprecated.local
locale?
optionallocale:string|string[]
Defined in: packages/cspell-types/dist/index.d.mts:1526
The locale filter, matches against the language. This can be a comma separated list. * will match all locales.