(server: LspServerDefinition)
| 314 | } |
| 315 | |
| 316 | export function getStartCommand(server: LspServerDefinition): string | null { |
| 317 | return resolveStartCommand(server); |
| 318 | } |
| 319 | |
| 320 | function getInstallCacheKey(server: LspServerDefinition): string | null { |
| 321 | const checkCommand = |
nothing calls this directly
no test coverage detected