BackendConfig
●ai · /lspmesh·interface
One backend LSP server that lspmesh fronts.
Properties
PROPTYPEDESCRIPTION
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.
Related
AggregatorEngine LspMeshConfig Position RefResult SymbolResult buildMcpServer loadConfig startLspServer
MetadataOpen in GitHub ↗