ZIm/crates/project/src
Kirill Bulatov 4cccb4e3d0
Fix LSP shenanigans when opening and/or editing settings files (#4212)
Fixes
* LSP servers never being shut down on worktree release
* worktrees (and LSP servers) being re-created for settings files on
every opening

Also,
* removes `async` from `workspace_configuration` to simplify the code:
we only return static configurations now

Release Notes:

- Fixed excessive LSP server creation for Zed settings files
2024-01-23 13:20:00 +02:00
..
ignore.rs Port new workspace logic to gpui2, uncomment most of the workspace2 tests 2023-11-17 22:54:19 +02:00
lsp_command.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00
lsp_ext_command.rs Remove 2 suffix for project 2024-01-03 11:53:34 -08:00
prettier_support.rs Clean up LSP servers on worktree release 2024-01-23 11:34:51 +02:00
project.rs Fix LSP shenanigans when opening and/or editing settings files (#4212) 2024-01-23 13:20:00 +02:00
project_settings.rs Fix typos detected by crate-ci/typos 2024-01-17 14:31:21 -08:00
project_tests.rs Fix relative path opening from project symbols 2024-01-08 15:12:22 -07:00
search.rs Add project search in gitignored test 2023-12-05 12:45:44 +02:00
terminals.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00
worktree.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00
worktree_tests.rs Remove 2 suffix for project 2024-01-03 11:53:34 -08:00