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 235e1c5 commit c77a969Copy full SHA for c77a969
src/server/editorServices.ts
@@ -539,10 +539,11 @@ namespace ts.server {
539
else {
540
if (this.pendingEnsureProjectForOpenFiles) {
541
this.ensureProjectForOpenFiles();
542
+
543
+ // Send the event to notify that there were background project updates
544
+ // send current list of open files
545
+ this.sendProjectsUpdatedInBackgroundEvent();
546
}
- // Send the event to notify that there were background project updates
- // send current list of open files
- this.sendProjectsUpdatedInBackgroundEvent();
547
548
});
549
0 commit comments