* Record the directory the server tried to resolve the default project from. * Used only to make the "no default project" error actionable.
(searchedPath: string)
| 879 | * Used only to make the "no default project" error actionable. |
| 880 | */ |
| 881 | setDefaultProjectHint(searchedPath: string): void { |
| 882 | this.defaultProjectHint = searchedPath; |
| 883 | } |
| 884 | |
| 885 | /** |
| 886 | * Whether a default CodeGraph instance is available |
no outgoing calls
no test coverage detected