chore: remove unused LspServerInfo type
This commit is contained in:
@@ -125,13 +125,6 @@ export interface DependencyInfo {
|
|||||||
installHint?: string
|
installHint?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LspServerInfo {
|
|
||||||
id: string
|
|
||||||
installed: boolean
|
|
||||||
extensions: string[]
|
|
||||||
source: "builtin" | "config" | "plugin"
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface McpServerInfo {
|
export interface McpServerInfo {
|
||||||
id: string
|
id: string
|
||||||
type: "builtin" | "user"
|
type: "builtin" | "user"
|
||||||
|
|||||||
Reference in New Issue
Block a user