Skip to content

v0.23.0

Latest

Choose a tag to compare

@mrnossiom mrnossiom released this 07 Dec 01:07
· 10 commits to main since this release
v0.23.0
333e8c1

Changelog

Added

  • add Amber LSP to README Projects section (#66)
  • support window/workDoneProgress/create requests

Changed

  • Change the LSP specification types library from gluon-lang/lsp-types (which was unmaintained) to tower-lsp-community/ls-types (our fork).

    The initial release manually fixes typos that are blocking for some projects.

    In the long term, ls-types will take the approach of codegen based on the types model provided by the LSP specification. This should remove any kind of typos or documentation desync. See tower-lsp-community/ls-types#22 (comment).

Fixed

  • use WorkspaceSymbolResponse in symbol() return value

Full Changelog: v0.22.1...v0.23.0