mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
ported PR #9073
This commit is contained in:
@@ -1022,6 +1022,9 @@ namespace ts.server {
|
||||
|
||||
this.findReferencingProjects(info);
|
||||
if (info.defaultProject) {
|
||||
if (info.defaultProject.projectKind === ProjectKind.Configured) {
|
||||
(<ConfiguredProject>info.defaultProject).addOpenRef();
|
||||
}
|
||||
this.openFilesReferenced.push(info);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user