lspeasy / core/src / writeLspJsonFile
Function: writeLspJsonFile()
ts
function writeLspJsonFile(path, servers): void;Defined in: packages/core/src/discover.ts:229
Write an lspServers map to a file as pretty JSON, creating parent dirs.
Parameters
| Parameter | Type |
|---|---|
path | string |
servers | Record<string, LspServerEntry> |
Returns
void