Skip to content

@jsvision/code-editor / createInProcessLspSession

Function: createInProcessLspSession()

createInProcessLspSession(options?): InProcessLspSession

Defined in: code-editor/src/lsp/session.ts:181

Creates a deterministic in-process LSP session.

Parameters

options?

CreateInProcessLspSessionOptions = {}

Returns

InProcessLspSession

Example

ts
const session = createInProcessLspSession({ capabilities: { completion: true } });