Skip to content

lspeasy / server/src / LSPServer

Variable: LSPServer

ts
LSPServer: <ServerCaps>(options?) => any;

Defined in: packages/server/src/server.ts:900

Constructs an LSPServer instance.

Constructs an LSPServer instance.

Parameters

ParameterTypeDescription
options?ServerOptions<ServerCaps>Optional ServerOptions to configure the server.

Returns

any

A new LSPServer instance.

Param

Optional ServerOptions to configure the server.

Returns

A new LSPServer instance.

Released under the MIT License.