lspeasy / core/src / ResolvedServer
Interface: ResolvedServer
Defined in: packages/core/src/discover.ts:27
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
initializationOptions? | Record<string, unknown> | Arbitrary server-specific initializationOptions from the matched lsp.json entry, merged into the real initialize request's initializationOptions on top of the computed languageId. | packages/core/src/discover.ts:35 |
languageId | string | languageId for textDocument/didOpen (e.g. 'typescript', 'rust'). | packages/core/src/discover.ts:31 |
serverCommand | string | Full spawn command string passed to RefactorSession as serverCommand. | packages/core/src/discover.ts:29 |