
Interface: CSpellVFSFileEntry | CSpell
url? optional url: string Defined in: cspell-types/dist/index.d.mts:28 The optional file vfs url. It is already part of the CSpellVFS key.
Interface: CSpellVFSFileEntry | CSpell
Interface: CSpellVFSFileEntry Defined in: cspell-vfs.ts:24 An entry in the CSpell Virtual File System. It may or may not have a URL. Since 9.7.0 Extended by CSpellVFSFile Properties data data: …
Interface: CSpellVFSFile | CSpell
Interface: CSpellVFSFile Defined in: cspell-vfs.ts:41 An entry in the CSpell Virtual File System. It may or may not have a URL. Since 9.7.0 Extends CSpellVFSFileEntry Properties data data: CSpellVFSData …
Interface: CSpellVFSFile | CSpell
Interface: CSpellVFSFile | CSpell ... Defined in38
Type Alias: CSpellVFS | CSpell
Type Alias: CSpellVFS CSpellVFS = Record <CSpellVFSFileUrl, CSpellVFSFileEntry> Defined in: cspell-vfs.ts:67 A declaration of files to add to the CSpell Virtual File System. Since 9.7.0 Stability …
Type Alias: CSpellVFSFileUrl | CSpell
Type Alias: CSpellVFSFileUrl CSpellVFSFileUrl = string Defined in: cspell-vfs.ts:60 A URL string representing a CSpellVFS file. It should be of the form:
Interface: VirtualFS | CSpell
The file system core. All requests will first use getFileSystem to get the file system before making the request.
Type Alias: CSpellVFSData | CSpell
Type Alias: CSpellVFSData CSpellVFSData = CSpellVFSBinaryData | CSpellVFSTextData Defined in: cspell-vfs.ts:17 The data content of a CSpellVFS file.
Type Alias: CSpellVFSFileUrl | CSpell
Example: cspell-vfs:///@cspell/dict-en_us/en_US.trie.gz Since 9.7.0 Edit this page Previous Type Alias: CSpellVFSData
CSpell
VS Code extension, CLI tool, ESLint plugin. Integrate into your editor, CI/CD pipeline, or build process.