Changelog
Added
- add Amber LSP to README Projects section (#66)
- support
window/workDoneProgress/createrequests
Changed
-
Change the LSP specification types library from
gluon-lang/lsp-types(which was unmaintained) totower-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
WorkspaceSymbolResponseinsymbol()return value
Full Changelog: v0.22.1...v0.23.0