chore: remove unused LspServerInfo type

This commit is contained in:
acamq
2026-03-15 19:09:47 -06:00
parent da788d3906
commit 85d812964b
-7
View File
@@ -125,13 +125,6 @@ export interface DependencyInfo {
installHint?: string
}
export interface LspServerInfo {
id: string
installed: boolean
extensions: string[]
source: "builtin" | "config" | "plugin"
}
export interface McpServerInfo {
id: string
type: "builtin" | "user"