Skip to content

TSServer: configFileDiag event sent without trigger file #11615

@dbaeumer

Description

@dbaeumer

TypeScript Version: 2.0.6-insider

capture

Interface is defined as follows (triggerFile not optional):

export interface ConfigFileDiagnosticEventBody {
    /**
     * The file which trigged the searching and error-checking of the config file
     */
    triggerFile: string;
    /**
     * The name of the found config file.
     */
    configFile: string;
    /**
     * An arry of diagnostic information items for the found config file.
     */
    diagnostics: Diagnostic[];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions