* Record the directory the server tried to resolve the default project from. * Used only to make the "no default project" error actionable.
(searchedPath: string)
| 920 | * Used only to make the "no default project" error actionable. |
| 921 | */ |
| 922 | setDefaultProjectHint(searchedPath: string): void { |
| 923 | this.defaultProjectHint = searchedPath; |
| 924 | } |
| 925 | |
| 926 | /** |
| 927 | * Whether a default CodeGraph instance is available |
no outgoing calls
no test coverage detected