This commit is contained in:
Ryan Cavanaugh 2016-09-20 17:12:07 -07:00
parent 6449e5c357
commit 52fddfa137

View file

@ -367,7 +367,7 @@ namespace ts.server {
this.logger.info(`Type root file ${fileName} changed`);
this.throttledOperations.schedule(project.configFileName + " * type root", /*delay*/ 250, () => {
project.updateTypes();
this.updateConfiguredProject(project);
this.updateConfiguredProject(project); // TODO: Figure out why this is needed (should be redundant?)
this.refreshInferredProjects();
});
}