()
| 105 | initialize(params: InitializeParams): Thenable<InitializeResult>; |
| 106 | shutdown(): Thenable<void>; |
| 107 | exit(): void; |
| 108 | |
| 109 | onLogMessage(handle: NotificationHandler<LogMessageParams>): void; |
| 110 | onShowMessage(handler: NotificationHandler<ShowMessageParams>): void; |
no outgoing calls
no test coverage detected