Type Alias: LanguageIdMultiple
LanguageIdMultiple =
string
Defined in: CSpellSettingsDef.ts:697
A single string with a comma separated list of file types:
typescript,cppjson,jsonc,yaml- etc.
Pattern
^([-\w_\s]+)(,[-\w_\s]+)*$
LanguageIdMultiple =
string
Defined in: CSpellSettingsDef.ts:697
A single string with a comma separated list of file types:
typescript,cppjson,jsonc,yaml^([-\w_\s]+)(,[-\w_\s]+)*$