zed/crates/project
Vitaly Slobodin 3e0c5c10b7
lsp: Handle unregistration "textDocument/rename" from a server (#19427)
Hi. While working on https://github.com/zed-industries/zed/pull/19230 I
noticed that some servers send a request to unregistered the
`textDocument/rename` capability. I thought it would be good to handle
that message in Zed:

```plaintext
[2024-10-18T21:25:07+02:00 WARN  project::lsp_store] unhandled capability unregistration: Unregistration { id: "biome_rename", method: "textDocument/rename" }
```

So this pull request implements that. Thanks.

Release Notes:

- N/A
2024-10-19 00:52:17 +02:00
..
src lsp: Handle unregistration "textDocument/rename" from a server (#19427) 2024-10-19 00:52:17 +02:00
Cargo.toml remote ssh: Make "get permalink to line" work (#19366) 2024-10-17 17:07:42 +02:00
LICENSE-GPL