lspeasy / core/src / ConfiguredServer
Interface: ConfiguredServer
Defined in: packages/core/src/discover.ts:38
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
command | string | Full spawn command string (same quoting as ResolvedServer.serverCommand). | packages/core/src/discover.ts:42 |
fileExtensions | Record<string, string> | File extension (".ts") to languageId ("typescript") map for this server. | packages/core/src/discover.ts:44 |
name | string | lsp.json server key, e.g. "typescript". | packages/core/src/discover.ts:40 |