(server: LspServerDefinition)
| 594 | } |
| 595 | |
| 596 | export function getInstallSource(server: LspServerDefinition): string | null { |
| 597 | return normalizeInstallSpec(server)?.source || null; |
| 598 | } |
| 599 | |
| 600 | export function getUninstallCommand( |
| 601 | server: LspServerDefinition, |
nothing calls this directly
no test coverage detected