* Record the directory the server tried to resolve the default project from. * Used only to make the "no default project" error actionable.
(searchedPath: string)
| 909 | * Used only to make the "no default project" error actionable. |
| 910 | */ |
| 911 | setDefaultProjectHint(searchedPath: string): void { |
| 912 | this.defaultProjectHint = searchedPath; |
| 913 | } |
| 914 | |
| 915 | /** |
| 916 | * Whether a default CodeGraph instance is available |
no outgoing calls
no test coverage detected