@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
Example
ts
const session = createInProcessLspSession({ capabilities: { completion: true } });