createServerProtocolHandler(
args
: {environment
:LspEnvironment
; }):Promise
<LixServerProtocolHandler
>
The handler for the lix server protocol.
Usage with a server framework.
Testing the handler.
Parameter | Type |
---|---|
args | { environment : LspEnvironment ; } |
args.environment | LspEnvironment |
Promise
<LixServerProtocolHandler
>