Files
oh-my-opencode/dist/tools/lsp/server-definitions.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
195 B
TypeScript

import type { LSPServerConfig } from "./types";
export declare const LSP_INSTALL_HINTS: Record<string, string>;
export declare const BUILTIN_SERVERS: Record<string, Omit<LSPServerConfig, "id">>;