We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6449e5c commit 52fddfaCopy full SHA for 52fddfa
src/server/editorServices.ts
@@ -367,7 +367,7 @@ namespace ts.server {
367
this.logger.info(`Type root file ${fileName} changed`);
368
this.throttledOperations.schedule(project.configFileName + " * type root", /*delay*/ 250, () => {
369
project.updateTypes();
370
- this.updateConfiguredProject(project);
+ this.updateConfiguredProject(project); // TODO: Figure out why this is needed (should be redundant?)
371
this.refreshInferredProjects();
372
});
373
}
0 commit comments