ZIm/crates/project/src
Thorsten Ball fab2f22a89
remote project: Fix project reference leak when waiting for prompt reply (#19838)
When the language server gave us a prompt and we'd close the window, we
wouldn't release the `project` until the next `flush_effects` call that
came in when opening a window.

With this change, we no longer hold a strong reference to the project in
the future. Fixes the leak and makes sure we clean up the SSH connection
when closing a window.

Release Notes:

- N/A

Co-authored-by: Bennet <bennet@zed.dev>
2024-10-28 17:07:30 +01:00
..
lsp_command use ssh lsp store (#17655) 2024-09-10 15:51:01 -04:00
buffer_store.rs SSH Remoting: Fix reload/save race (#19519) 2024-10-21 11:23:19 -07:00
color_extractor.rs Show color swatches for LSP completions (#18665) 2024-10-03 14:38:17 -04:00
connection_manager.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
debounced_delay.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs project environment: Log when which env is used (#19270) 2024-10-16 14:12:45 +02:00
lsp_command.rs Support .editorconfig (#19455) 2024-10-21 13:05:30 +03:00
lsp_ext_command.rs Fix renames over language server for SSH remoting (#17897) 2024-09-16 16:20:17 -06:00
lsp_store.rs Add language toolchains (#19576) 2024-10-28 15:34:03 +01:00
prettier_store.rs Do not attempt to install prettier if the language change is unrelated (#19283) 2024-10-16 18:10:05 +03:00
project.rs remote project: Fix project reference leak when waiting for prompt reply (#19838) 2024-10-28 17:07:30 +01:00
project_settings.rs Don't upload local settings to ssh remotes (#19577) 2024-10-22 20:11:05 -06:00
project_tests.rs Support .editorconfig (#19455) 2024-10-21 13:05:30 +03:00
search.rs Use multi-line regex for '\s' (#19241) 2024-10-15 15:47:43 -04:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs Rework remote task synchronization (#18746) 2024-10-09 22:28:42 +03:00
task_store.rs Add settings to remote servers, use XDG paths on remote, and enable node LSPs (#19176) 2024-10-15 23:32:44 -07:00
terminals.rs Remove dev servers (#19638) 2024-10-24 12:14:03 -06:00
toolchain_store.rs Add language toolchains (#19576) 2024-10-28 15:34:03 +01:00
worktree_store.rs Add support for git branches on remote projects (#19755) 2024-10-27 15:50:54 -07:00
yarn.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00