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 8c809a2 commit 7b360f0Copy full SHA for 7b360f0
server/src/session.ts
@@ -404,6 +404,7 @@ export class Session {
404
// (because language service was disabled while waiting for ngcc).
405
// First, make sure the Angular project is complete.
406
this.runGlobalAnalysisForNewlyLoadedProject(project);
407
+ project.refreshDiagnostics();
408
}
409
410
private disableLanguageServiceForProject(project: ts.server.Project, reason: string): void {
0 commit comments