zed/crates
Max Brunsfeld e3c4ce208a Remove unnecessary waiting when handling save RPC requests
Add saving to the randomized integration test

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-02-16 17:47:21 -08:00
..
chat_panel Fix duplicate element_state error in tests 2022-02-16 13:52:41 -08:00
client Fix chat channel unit test 2022-02-16 13:54:00 -08:00
clock WIP - Wait for code action anchors to be valid 2022-02-14 18:05:43 -08:00
collections
contacts_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
diagnostics Fix panic caused by reusing the same handler for diagnostic status 2022-02-15 10:49:03 +01:00
editor Allow FakeLanguageServer handlers to handle multiple requests 2022-02-16 16:19:27 -08: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 In random collaboration test, add failing assertion for worktree convergence 2022-02-15 14:55:38 -08:00
go_to_line Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
gpui Print the correct seed on randomized test failure 2022-02-16 16:29:45 +01:00
gpui_macros Clean db pool on drop only if assertions fail or it's the last iteration 2022-02-16 15:07:41 +01:00
journal Make "go to definition" work in project diagnostics 2022-01-20 17:30:30 +01:00
language Remove unnecessary waiting when handling save RPC requests 2022-02-16 17:47:21 -08:00
lsp Remove unnecessary waiting during completion RPC requests 2022-02-16 17:23:16 -08:00
outline Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
project Remove unnecessary waiting when handling save RPC requests 2022-02-16 17:47:21 -08:00
project_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
rpc Remove unnecessary waiting during completion RPC requests 2022-02-16 17:23:16 -08:00
server Remove unnecessary waiting when handling save RPC requests 2022-02-16 17:47:21 -08:00
snippet Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
sum_tree In random collaboration test, add failing assertion for worktree convergence 2022-02-15 14:55:38 -08:00
text Remove unnecessary waiting when handling save RPC requests 2022-02-16 17:47:21 -08: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 Ensure worktree updates are applied in order 2022-02-14 16:19:29 -08:00
workspace Render "Sign in" label only for current user 2022-02-15 09:17:32 +01:00
zed WIP - Register client RPC handlers on app startup 2022-02-15 18:03:06 -08:00