Skip to content

tower-lsp 0.1.0

Pre-release
Pre-release

Choose a tag to compare

@ebkalderon ebkalderon released this 02 Sep 09:01
· 570 commits to master since this release
60a0d13

Added

  • Initial crate release.
  • Implement support for the following message types:
    • initialize
    • initialized
    • shutdown
    • exit
    • window/showMessage
    • window/logMessage
    • textDocument/publishDiagnostics
    • textDocument/didOpen
    • textDocument/didChange
    • textDocument/didSave
    • textDocument/didClose
    • textDocument/hover
    • textDocument/documentHighlight