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
| Parameter | Type | Description |
|---|---|---|
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.