Interface: CSpellVFSFile
Defined in: packages/cspell-types/dist/index.d.mts:37
An entry in the CSpell Virtual File System. It may or may not have a URL.
Since
9.7.0
Extends
Properties
data
data:
CSpellVFSData
Defined in: packages/cspell-types/dist/index.d.mts:31
The content data of the file.
Inherited from
encoding?
optionalencoding?:"utf8"|"base64"|"plaintext"
Defined in: packages/cspell-types/dist/index.d.mts:35
The encoding of the data. In most cases the encoding is determined from the data type and filename url.
Inherited from
url
url:
string
Defined in: packages/cspell-types/dist/index.d.mts:41
The file URL.