mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
Remove the configured project if on next open file if it has no open files instead of immediately when closing last open file
This commit is contained in:
@@ -1311,6 +1311,10 @@ namespace ts.server {
|
||||
return this.openRefCount;
|
||||
}
|
||||
|
||||
hasOpenRef() {
|
||||
return !!this.openRefCount;
|
||||
}
|
||||
|
||||
getEffectiveTypeRoots() {
|
||||
return getEffectiveTypeRoots(this.getCompilationSettings(), this.partialSystem) || [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user