Interface FileSource

interface FileSource {
    fileSource: CSpellSettings;
    filename: string;
    name: string;
    sources?: undefined;
}

Hierarchy

  • BaseSource
    • FileSource

Properties

fileSource: CSpellSettings

The configuration read.

filename: string

Filename if this came from a file.

name: string

Name of source.

sources?: undefined

The two settings that were merged to.