zed/crates
Antonio Scandurra 5eb1719ab8 Re-send worktree if reconnecting while initial scan isn't finished yet
Previously, if the client was disconnected while the initial worktree
state was being sent, it would not see the remaining state after reconnecting.
This was due to `scan_id` and `completed_scan_id` both being initialized to
`0`, so the client would ask for updates since `0` and get nothing.

This commit changes the worktree to initialize `scan_id` to `1` and
`completed_scan_id` to `0`, so that we get the full worktree again on reconnect.
2023-04-11 17:15:43 +02:00
..
activity_indicator Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
assets Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
auto_update Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
breadcrumbs Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
call Merge branch 'main' into randomized-tests-operation-script 2023-04-10 08:45:22 +02:00
cli Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
client Merge branch 'main' into randomized-tests-operation-script 2023-04-10 08:45:22 +02:00
clock Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
collab Cancel pending calls when participant fails to reconnect 2023-04-11 16:33:08 +02:00
collab_ui Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
collections Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
command_palette Fix formatting 2023-04-06 15:54:44 -06:00
context_menu Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
copilot Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
copilot_button Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
db Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
diagnostics Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
drag_and_drop Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
editor Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
feedback Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
file_finder Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
fs Add missing random delays in FakeFs 2023-04-03 22:42:34 -07:00
fsevent Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
fuzzy remove commented line 2023-02-27 12:06:10 -08:00
git Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
go_to_line Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
gpui Prevent already dropped model from being upgraded during release 2023-04-11 10:43:05 +02:00
gpui_macros Add an 'on_failure' attribute to gpui tests 2023-04-03 18:16:08 -07:00
install_cli Add base keymap setting 2023-03-07 12:19:51 -08:00
journal Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
language Fix leak when project is unshared while LSP handler waits for edits 2023-04-10 17:03:58 -07:00
language_selector Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
live_kit_client Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
live_kit_server Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
lsp Provide workspace_folders capability when initializing LSP 2023-04-03 20:12:26 +02:00
media Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
menu Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
node_runtime Refactor out the node runtime crate and hook up all related imports 2023-03-28 10:27:31 -07:00
outline Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
picker Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
plugin Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_macros Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_runtime Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
project Re-send worktree if reconnecting while initial scan isn't finished yet 2023-04-11 17:15:43 +02:00
project_panel Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
project_symbols Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
recent_projects Fix formatting 2023-04-06 15:54:44 -06:00
rope Enhance randomized test to verify SuggestionMap::{chunks,sync} 2023-03-20 19:29:22 +01:00
rpc Make UpdateDiffBase a Foreground message to prevent reordering 2023-04-11 08:50:26 +02:00
search Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
settings Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
snippet Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
sqlez fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text 2023-02-13 13:50:37 -08:00
sqlez_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
staff_mode Fix formatting 2023-04-06 15:54:44 -06:00
sum_tree Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
terminal Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
terminal_view Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
text Fix leak when project is unshared while LSP handler waits for edits 2023-04-10 17:03:58 -07:00
theme Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
theme_selector Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
theme_testbench Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
util Honor ZED_RELEASE_CHANNEL environment variable only in development 2023-04-05 15:55:44 +02:00
vim Fix broken test due to trimmed trailing whitespace during formatting 2023-04-06 16:10:39 -06:00
welcome Fix formatting 2023-04-06 15:54:44 -06:00
workspace Preserve ordering between UpdateProject and CreateBufferForPeer messages 2023-04-10 12:54:25 -07:00
zed Put file location details of panic on separate line 2023-04-07 14:32:14 -04:00