* Record the directory the server tried to resolve the default project from. * Used only to make the "no default project" error actionable.
(searchedPath: string)
| 1420 | * Used only to make the "no default project" error actionable. |
| 1421 | */ |
| 1422 | setDefaultProjectHint(searchedPath: string): void { |
| 1423 | this.defaultProjectHint = searchedPath; |
| 1424 | } |
| 1425 | |
| 1426 | /** |
| 1427 | * Engine-only: record the indexed sub-projects the workspace down-scan saw |
no outgoing calls
no test coverage detected