Skip to content

lspeasy / core/src / ResolvedServer

Interface: ResolvedServer

Defined in: packages/core/src/discover.ts:27

Properties

PropertyTypeDescriptionDefined 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
languageIdstringlanguageId for textDocument/didOpen (e.g. 'typescript', 'rust').packages/core/src/discover.ts:31
serverCommandstringFull spawn command string passed to RefactorSession as serverCommand.packages/core/src/discover.ts:29

Released under the MIT License.