Skip to content

Conversation

@zhengbli
Copy link
Contributor

Fixes #6609

@zhengbli zhengbli changed the title Add event for reporting tsconfig errors [API] Add event for reporting tsconfig errors Apr 26, 2016
this.projectService.openClientFile(file, fileContent, scriptKind);
const { info, configFileName, configFileErrors } = this.projectService.openClientFile(file, fileContent, scriptKind);
if (configFileErrors) {
this.event({ triggerFile: fileName, configFile: configFileName, diagnostics: configFileErrors }, "configFileDiag");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a definition for this event message in protocol.d.ts

@zhengbli
Copy link
Contributor Author

zhengbli commented May 4, 2016

@mhegazy any further comments?

@mhegazy
Copy link
Contributor

mhegazy commented May 5, 2016

👍

@zhengbli zhengbli merged commit 166f95c into microsoft:master May 5, 2016
@zhengbli zhengbli deleted the reportTsconfigError branch May 5, 2016 20:11
@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

None yet

3 participants