ZIm/crates/project/src
Piotr Osiewicz d576cda789 project: Do not inline LSP related methods
The way Rust generics works, having a generic argument puts the burden of codegen on the crate that instantiates a generic function, which in our case is an editor.
2024-02-02 11:38:09 +01:00
..
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05: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 text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
lsp_ext_command.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
prettier_support.rs Clean up LSP servers on worktree release 2024-01-23 11:34:51 +02:00
project.rs project: Do not inline LSP related methods 2024-02-02 11:38:09 +01:00
project_settings.rs WIP: Add a setting to visually redact enviroment variables (#7124) 2024-01-31 11:42:09 -08:00
project_tests.rs Send lsp_types::InitializeParams with Zed version (#7216) 2024-02-01 18:39:28 +02:00
search.rs Add project search in gitignored test 2023-12-05 12:45:44 +02:00
terminals.rs Activate the nushell virtualenv overlay correctly 2024-01-26 12:52:28 +01:00
worktree.rs WIP: Add a setting to visually redact enviroment variables (#7124) 2024-01-31 11:42:09 -08:00
worktree_tests.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00