zed/crates
Antonio Scandurra 32fd4eb3ac Insert project id in connection's project during project registration
...in contrast to doing so during worktree registration. This fixes a
randomized test failure which would panic because store invariants would be
violated. This would happen when a peer disconnected before it had a chance
to register a worktree because, when removing all the state associated with
that peer upon disconnection, we would notice the registered project without
however finding it in the peer's connection state.
2022-04-08 14:41:56 +02:00
..
breadcrumbs Move Settings to its own crate 2022-04-06 10:23:33 -07:00
chat_panel Move Settings to its own crate 2022-04-06 10:23:33 -07:00
client
clock
collections
contacts_panel Move Settings to its own crate 2022-04-06 10:23:33 -07:00
diagnostics Fix diagnostic updates after restarting an LSP w/ a pending diagnostic job 2022-04-06 22:02:27 -07:00
editor Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
file_finder Tab size is pulled properly from settings instead of hardcoded 2022-04-06 10:23:37 -07:00
fsevent
fuzzy
go_to_line Move Settings to its own crate 2022-04-06 10:23:33 -07:00
gpui Calculate hitbox based on visible bounds in {Mouse}EventHandler 2022-04-07 15:12:09 +02:00
gpui_macros
journal
language Avoid maintaining indent size as state on buffers 2022-04-06 10:22:29 -07:00
lsp Allow applying code actions that use commands 2022-04-01 10:16:26 -07:00
outline Merge pull request #748 from zed-industries/fix-outline-panic 2022-04-07 09:49:13 +02:00
project Don't insert an empty vector in Project::buffer_snapshots 2022-04-08 14:14:45 +02:00
project_panel Move Settings to its own crate 2022-04-06 10:23:33 -07:00
project_symbols Move Settings to its own crate 2022-04-06 10:23:33 -07:00
rpc Remove non-determinism from Peer caused by using std's HashMap 2022-04-08 11:28:19 +02:00
search Tab size is pulled properly from settings instead of hardcoded 2022-04-06 10:23:37 -07:00
server Insert project id in connection's project during project registration 2022-04-08 14:41:56 +02:00
settings Tab size is pulled properly from settings instead of hardcoded 2022-04-06 10:23:37 -07:00
snippet
sum_tree
text Merge pull request #702 from zed-industries/typescript 2022-04-01 15:24:58 -07:00
theme Start loading new theme JSON format instead of TOML 2022-04-04 12:13:59 -07:00
theme_selector Move Settings to its own crate 2022-04-06 10:23:33 -07:00
util Add assert_set_eq macro to make test clearer 2022-03-30 13:53:38 -07:00
vim Move Settings to its own crate 2022-04-06 10:23:33 -07:00
workspace Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
zed Use language specific tabsize in editor commands 2022-04-06 15:10:29 -07:00