zed/crates/project/src
Kirill Bulatov f912c545e7
Some checks are pending
CI / check_docs_only (push) Waiting to run
CI / Check Postgres and Protobuf migrations, mergability (push) Waiting to run
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Build Remote Server (push) Blocked by required conditions
CI / (Windows) Run Clippy and tests (push) Blocked by required conditions
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
CI / Auto release preview (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Script / ShellCheck Scripts (push) Waiting to run
Deduplicate edits from WorkspaceEdit LSP responses (#22512)
Closes https://github.com/zed-industries/zed/issues/21515

Release Notes:

- Fixed zls renames applying duplicate edits
2024-12-31 00:50:57 +00:00
..
lsp_command
buffer_store.rs Add a CI check for todo! and FIXME comments (#21950) 2024-12-20 08:38:50 +00:00
color_extractor.rs
connection_manager.rs
debounced_delay.rs
direnv.rs
environment.rs Fix project environment not working correctly with multiple worktrees (#22246) 2024-12-19 14:50:14 +00:00
image_store.rs image viewer: Allow dropping images on pane (#21803) 2024-12-10 15:01:14 +01:00
lsp_command.rs Resolve completion items once exactly (#22448) 2024-12-27 16:43:01 +00:00
lsp_ext_command.rs
lsp_store.rs Deduplicate edits from WorkspaceEdit LSP responses (#22512) 2024-12-31 00:50:57 +00:00
prettier_store.rs Add .prettierignore support (#21297) 2024-12-12 15:45:44 -08:00
project.rs Resolve completion items once exactly (#22448) 2024-12-27 16:43:01 +00:00
project_settings.rs
project_tests.rs Start to split out initialization and registration (#21787) 2024-12-11 14:05:10 -07:00
search.rs Use static LazyLocks for all constant regexes (#22225) 2024-12-19 02:20:35 +00:00
search_history.rs
task_inventory.rs Move task centering code closer to user input (#22082) 2024-12-16 16:15:58 +02:00
task_store.rs Add the ability for tasks to target the center pane (#22004) 2024-12-13 19:39:46 -08:00
terminals.rs terminal: Clear output after venv is activated (#22256) 2024-12-19 17:43:19 +00:00
toolchain_store.rs
worktree_store.rs lsp: Add support for didRename/willRename LSP messages (#21651) 2024-12-07 13:08:18 +01:00
yarn.rs