mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 10:55:15 -06:00
fix linter
This commit is contained in:
parent
24a6e50195
commit
05801fc5db
@ -220,7 +220,7 @@ namespace ts.server {
|
||||
for (const openFile of this.openFilesReferenced) {
|
||||
this.eventHandler("context", openFile.getDefaultProject(), openFile.fileName);
|
||||
}
|
||||
|
||||
|
||||
// TODO: project system view is inconsistent
|
||||
}
|
||||
|
||||
|
||||
@ -720,6 +720,6 @@ namespace ts {
|
||||
|
||||
projectService.closeClientFile(file1.path);
|
||||
checkNumberOfConfiguredProjects(projectService, 0);
|
||||
})
|
||||
});
|
||||
});
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user