zed/crates/editor
Kirill Bulatov 55ecb3c51b
Regenerate completion labels on resolve (#21521)
Closes https://github.com/zed-industries/zed/issues/21516

Technically, this is an LSP violation from `vtsls`, but seems that it's
not going to be fixed adequately on that side, see
https://github.com/yioneko/vtsls/issues/213 for more context.
So, we have to accommodate at least for now.

Release Notes:

- Fixed completion item labels not being updated after the resolve for
non-LSP compliant servers
2024-12-04 23:37:24 +02:00
..
src Regenerate completion labels on resolve (#21521) 2024-12-04 23:37:24 +02:00
Cargo.toml Add a prototype with a multi buffer having all project git changes (#21543) 2024-12-04 23:36:36 +02:00
LICENSE-GPL