Type Alias: LanguageIdSingle
LanguageIdSingle =
string
Defined in: CSpellSettingsDef.ts:688
A file type:
*- will match ALL file types.typescript,cpp,json, etc.
Pattern
^(!?[-\w_\s]+)|(*)$
LanguageIdSingle =
string
Defined in: CSpellSettingsDef.ts:688
A file type:
* - will match ALL file types.typescript, cpp, json, etc.^(!?[-\w_\s]+)|(*)$