Interface: PnPSettings
Defined in: CSpellSettingsDef.ts:316
Plug N Play settings to support package systems like Yarn 2.
Extended by
Properties
pnpFiles?
optional
pnpFiles:string
[]
Defined in: CSpellSettingsDef.ts:333
The PnP files to search for. Note: .mjs
files are not currently supported.
Default
[".pnp.js", ".pnp.cjs"]
usePnP?
optional
usePnP:boolean
Defined in: CSpellSettingsDef.ts:326
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