Interface: ICSpellConfigFile
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:8
Properties
readonly?
optionalreadonly:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:20
Indicate that the config file is readonly.
remote?
optionalremote:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:28
Indicate that the config file is remote and not associated with a file on disk.
settings
readonlysettings:CSpellSettings
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:16
The settings from the config file.
url
readonlyurl:URL
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:12
The url of the config file, used to resolve imports.
virtual?
optionalvirtual:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:24
Indicate that the config file is virtual and not associated with a file on disk.