ZIm/crates/project/src
Max Brunsfeld 6fba1e46a8
Remove never-used client parameter from message handler functions (#13406)
Every single client-side RPC message handler function took an unused
`Arc<Client>` parameter. This removes that.

Release Notes:

- N/A
2024-06-22 16:07:36 -07:00
..
connection_manager.rs WIP: remoting (#10085) 2024-04-11 15:36:35 -06:00
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
lsp_command.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
lsp_ext_command.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
prettier_support.rs paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
project.rs Remove never-used client parameter from message handler functions (#13406) 2024-06-22 16:07:36 -07:00
project_settings.rs Use rust-analyzer from path if possible (#12418) 2024-06-07 06:56:38 +02:00
project_tests.rs util: Use GlobSet in PathMatcher (#13197) 2024-06-18 16:12:24 +02:00
search.rs util: Use GlobSet in PathMatcher (#13197) 2024-06-18 16:12:24 +02:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs task: Add re-run task button to terminal title (#12379) 2024-05-29 11:40:43 +02:00
terminals.rs Reconnect button for remote projects (#12669) 2024-06-10 18:09:47 -06:00