(value: Trace, tracer: Tracer, sendNotification?: boolean)
| 101 | onNotification(method: string | RPCMessageType, handler: GenericNotificationHandler): void; |
| 102 | |
| 103 | trace(value: Trace, tracer: Tracer, sendNotification?: boolean): void; |
| 104 | |
| 105 | initialize(params: InitializeParams): Thenable<InitializeResult>; |
| 106 | shutdown(): Thenable<void>; |
no outgoing calls
no test coverage detected