Files
oh-my-opencode/dist/tools/lsp/config.d.ts
T

4 lines
204 B
TypeScript
Raw Normal View History

export { findServerForExtension, getAllServers, getConfigPaths_ } from "./server-resolution";
export { getLanguageId } from "./language-config";
export { isServerInstalled } from "./server-installation";