mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
fix linter
This commit is contained in:
@@ -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);
|
||||
})
|
||||
});
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user