lspeasy / core/src / readLspJsonFile
Function: readLspJsonFile()
ts
function readLspJsonFile(path): Record<string, LspServerEntry>;Defined in: packages/core/src/discover.ts:218
Read a single lsp.json file's lspServers map. Returns {} when missing or unparseable.
Parameters
| Parameter | Type |
|---|---|
path | string |
Returns
Record<string, LspServerEntry>