()
| 71 | }> = [] |
| 72 | |
| 73 | function checkStartFailed(): void { |
| 74 | if (startFailed) { |
| 75 | throw startError || new Error(`LSP server ${serverName} failed to start`) |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | return { |
| 80 | get capabilities(): ServerCapabilities | undefined { |
no outgoing calls
no test coverage detected