Skip to content

tower-lsp 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ebkalderon ebkalderon released this 02 Oct 04:41
· 435 commits to master since this release
87343bc

Added

  • Implement support for textDocument/completion request.

Changed

  • Expose Printer in LanguageServer::initialize().
  • Update env_logger crate from 0.6.2 to 0.7.0.
  • Update lsp-types crate from 0.60.0 to 0.61.0.

Fixed

  • Allow window/logMessage, window/showMessage, and telemetry/event
    server-to-client notifications in initialize request (PR #48).
  • Update links to the LSP specification website to point to the new URL.