ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
951 stars 54 forks source link

Implement pull-based diagnostic requests #396

Closed ebkalderon closed 11 months ago

ebkalderon commented 11 months ago

Added

Changed

Fixed

This pull request upgrades our lsp-types version in response to https://github.com/gluon-lang/lsp-types/pull/258 finally getting merged upstream. It also brings tower-lsp up to full compliance with LSP version 3.17.0, at last. :tada: At least, technically minus notebook support, which appears to be an incredibly niche feature at the time of writing.

Closes #374.