BackendConfig

ai · /lspmesh·interface

One backend LSP server that lspmesh fronts.

Properties

args
string[]
Arguments passed to .
command
string
Executable to spawn (must speak LSP over stdio).
extensionToLanguage
Record<string, string>
Maps a file extension (``".ts"``) to the LSP languageId (``"typescript"``).
name
string
Unique id, e.g. ``"typescript"``.
cwd?
string
Working directory for the child; defaults to the mesh root.

AggregatorEngine LspMeshConfig Position RefResult SymbolResult buildMcpServer loadConfig startLspServer

On this page