| 54 | * Manages the connection to and interaction with the IDE server. |
| 55 | */ |
| 56 | export class IdeClient { |
| 57 | private static instance: IdeClient; |
| 58 | private client: Client | undefined = undefined; |
| 59 | private state: IDEConnectionState = { |
nothing calls this directly
no outgoing calls
no test coverage detected