Skip to content

TSServer: configFileDiag event sent without trigger file #11615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dbaeumer opened this issue Oct 14, 2016 · 0 comments
Closed

TSServer: configFileDiag event sent without trigger file #11615

dbaeumer opened this issue Oct 14, 2016 · 0 comments
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@dbaeumer
Copy link
Member

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[];
}
@zhengbli zhengbli self-assigned this Oct 14, 2016
@zhengbli zhengbli added the Bug A bug in TypeScript label Oct 14, 2016
@mhegazy mhegazy added this to the TypeScript 2.1 milestone Oct 15, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Oct 15, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants