zed/crates
Antonio Scandurra 331667c00e WIP: Start auditing all forward_request calls on the server
When the host returns an error after a server has forwarded a request,
we want to surface that error to the guest. At the moment, the server
just returns early leaving some requests unresponded on the guest.

I started auditing all the code paths where we do that, but I am
wondering whether there's some other approach that would prevent us
from repeating this mistake in other code paths.
2022-02-12 14:12:13 +01:00
..
chat_panel Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
client Preserve ordering between responses and other incoming messages 2022-02-07 14:14:15 -08:00
clock Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
collections
contacts_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
diagnostics Always call set_selections in mouse selection methods 2022-02-11 09:52:18 -08:00
editor Proceed with saving a buffer even if formatting fails 2022-02-12 13:02:19 +01:00
file_finder Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
find Fetch code actions on cursor movement instead of on-demand 2022-02-11 14:41:19 +01:00
fsevent Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
fuzzy Filter and sort suggestions in autocomplete 2022-02-01 15:11:20 +01:00
go_to_line Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
gpui Ensure response barrier is always dropped, even if request is canceled 2022-02-12 10:23:50 +01:00
gpui_macros Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
journal Make "go to definition" work in project diagnostics 2022-01-20 17:30:30 +01:00
language Remove stray log statements 2022-02-12 12:32:57 +01:00
lsp Reduce logging in lsp tests 2022-02-11 16:37:50 -08:00
outline Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
project Deserialize buffers synchronously when deserializing project transaction 2022-02-12 13:56:07 +01:00
project_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
rpc Ensure response barrier is always dropped, even if request is canceled 2022-02-12 10:23:50 +01:00
server WIP: Start auditing all forward_request calls on the server 2022-02-12 14:12:13 +01:00
snippet Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
sum_tree Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
text Correctly redo all undone edits after undoing in multi-buffer 2022-02-10 09:26:20 -07:00
theme Render code actions indicator 2022-02-11 16:01:15 +01:00
theme_selector Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
util Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
workspace Fetch code actions on cursor movement instead of on-demand 2022-02-11 14:41:19 +01:00
zed Render code actions indicator 2022-02-11 16:01:15 +01:00