lsp 0.1.1
lsp: ^0.1.1 copied to clipboard
Tools for writing a server following the Language Server Protocol.
0.1.1 #
- Add
lspChannelto wrap a stream and sink of bytes into aStreamChannel<String>with the LSP header wireformat handled. This can be used to create a JSON RPCPeerdirectly rather than implementing theLanguageServerinterface. Allows using aSocketas an alternative tostdinandstdout.
0.1.0 #
- Initial release. Forked from
dart_language_server.