* Engine-only: record the indexed sub-projects the workspace down-scan saw * when it could not adopt a default project (#1606/#1607). An empty list * clears any previous note.
(roots: string[], base: string)
| 1429 | * clears any previous note. |
| 1430 | */ |
| 1431 | setKnownSubprojects(roots: string[], base: string): void { |
| 1432 | this.knownSubprojects = roots; |
| 1433 | this.knownSubprojectsBase = base; |
| 1434 | } |
| 1435 | |
| 1436 | /** One message line naming the indexed sub-projects, or '' when none known. */ |
| 1437 | private formatKnownSubprojects(): string { |
no outgoing calls
no test coverage detected