zed/crates
Antonio Scandurra 4a61e2dfa4 Save server operations that were in the middle of being applied
Previously, if the test panicked before it had a chance to fully
apply an operation, it would end up not being saved in the plan.
With this commit we will mark the operation as applied before we
start processing it, and mark it as not applied if, once we're done,
we've found out that it couldn't be applied. This is consistent with
what we do for client operations.
2023-04-06 16:02:16 +02:00
..
activity_indicator Add labeled tasks to gpui and observe them in the activity status to give feedback when we are still waiting for the language server 2023-02-20 20:28:48 -08:00
assets Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
auto_update Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
breadcrumbs Open symbol outline when clicking on editor breadcrumbs 2023-03-29 15:46:43 -04:00
call Avoid applying outdated UpdateProject methods after rejoining a room 2023-04-04 21:49:37 -07:00
cli Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
client Return error if subscribing to an entity that was already subscribed to 2023-04-06 14:42:19 +02:00
clock Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
collab Save server operations that were in the middle of being applied 2023-04-06 16:02:16 +02:00
collab_ui Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
collections Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
command_palette Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
context_menu Add status bar icon reflecting copilot state to Zed status bar 2023-03-29 21:31:33 -07:00
copilot Invalidate copilot suggestion on backspaces 2023-04-05 08:48:39 -07:00
copilot_button Clear Copilot suggestions when it gets disabled from the settings 2023-04-04 10:45:56 +02:00
db Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
diagnostics Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
drag_and_drop Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
editor Add additional case to range invalidation test 2023-04-05 08:52:56 -07:00
feedback Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
file_finder Add downcast_ref to AnyViewHandle 2023-04-02 16:10:16 -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 Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
gpui Don't use TestPlan's rng in fake LSP handlers 2023-04-05 17:50:04 -07: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 pull request #2199 from zed-industries/welcome-experience 2023-03-10 10:48:30 -08:00
language Merge branch 'main' into copilot 2023-03-30 16:57:18 -07:00
language_selector Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
live_kit_client Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07: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 Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
picker Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07: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 Return error if subscribing to an entity that was already subscribed to 2023-04-06 14:42:19 +02:00
project_panel Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
project_symbols Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
recent_projects Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
rope Enhance randomized test to verify SuggestionMap::{chunks,sync} 2023-03-20 19:29:22 +01:00
rpc Avoid applying outdated UpdateProject messages 2023-04-04 18:34:39 -07:00
search Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
settings removed copilot from generated schema and command palette 2023-04-03 21:38:26 -07: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 fixup! fixup! removed copilot from generated schema and command palette 2023-04-03 21:46:30 -07:00
sum_tree Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
terminal Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
terminal_view Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
text Merge branch 'main' into randomized-tests-operation-script 2023-04-05 17:10:20 -07:00
theme Finish device code flow for copilot 2023-03-30 16:50:33 -07:00
theme_selector fixup! fixup! fixup! removed copilot from generated schema and command palette 2023-04-03 21:46:59 -07:00
theme_testbench Avoid storing fonts::Features in TextStyle 2023-03-17 15:12:02 +01:00
util Honor ZED_RELEASE_CHANNEL environment variable only in development 2023-04-05 15:55:44 +02:00
vim Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
welcome Clear Copilot suggestions when it gets disabled from the settings 2023-04-04 10:45:56 +02:00
workspace Prioritize displaying right statusbar items overtop left items if needed 2023-04-05 12:08:52 -04:00
zed v0.82.x dev 2023-04-05 13:00:52 -04:00