zed/crates/proto
Michael Sloan bda0c67ece
Add support for rename with language servers that lack prepareRename (#23000)
This adds support for LSPs that use the old rename flow which does not
first ask the LSP for the rename range and check that it is a valid
range to rename.

Closes #16663

Release Notes:

* Fixed rename symbols action when the language server does not have the
capability to prepare renames - such as `luau-lsp`.
2025-01-11 21:22:17 +00:00
..
proto Add support for rename with language servers that lack prepareRename (#23000) 2025-01-11 21:22:17 +00:00
src Fix a bug where repositories were always being marked as changed (#22725) 2025-01-06 19:03:15 +00:00
build.rs
Cargo.toml
LICENSE-GPL