( server: LspServerDefinition, )
| 598 | } |
| 599 | |
| 600 | export function getUninstallCommand( |
| 601 | server: LspServerDefinition, |
| 602 | ): string | null { |
| 603 | return buildUninstallCommand(server); |
| 604 | } |
| 605 | |
| 606 | export async function checkServerInstallation( |
| 607 | server: LspServerDefinition, |
no test coverage detected