Interface: PnPSettings
Defined in: CSpellSettingsDef.ts:287
Plug N Play settings to support package systems like Yarn 2.
Extended by
Properties
pnpFiles?
optionalpnpFiles:string[]
Defined in: CSpellSettingsDef.ts:304
The PnP files to search for. Note: .mjs files are not currently supported.
Default
[".pnp.js", ".pnp.cjs"]
usePnP?
optionalusePnP:boolean
Defined in: CSpellSettingsDef.ts:297
Packages managers like Yarn 2 use a .pnp.cjs file to assist in loading
packages stored in the repository.
When true, the spell checker will search up the directory structure for the existence of a PnP file and load it.
Default
false