zed/crates
Mikayla Maki 0b0c7e4ce9 Move command palette filter into collections crate
Filter out copilot commands from command palette when not active
2023-03-28 20:13:17 -07: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 Changed label and text to be generic over static strings and owned strings 2023-02-21 16:47:29 -08:00
call Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
cli Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
client Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
clock Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
collab Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
collab_ui Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
collections Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
command_palette Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
context_menu Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage 2023-02-23 14:10:55 -08:00
copilot Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
db Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
diagnostics Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
drag_and_drop Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
editor 🎨 2023-03-28 18:40:51 -07:00
feedback Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
file_finder Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
fs Use the same serde version across the entire workspace 2023-03-28 09:42:00 -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 Add rough versions of all 3 modals 2023-03-28 18:00:09 -07:00
gpui_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08: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 Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
language_selector changed language status bar item to only show on editors 2023-03-23 13:29:23 -07: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 Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07: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 Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
pando fix build error 2023-02-13 14:12:43 -08: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 Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
project_panel Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
project_symbols Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
recent_projects Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
rope Enhance randomized test to verify SuggestionMap::{chunks,sync} 2023-03-20 19:29:22 +01:00
rpc Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
search Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
settings Use the same serde version across the entire workspace 2023-03-28 09:42:00 -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
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 Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
text Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
theme Add rough versions of all 3 modals 2023-03-28 18:00:09 -07:00
theme_selector Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
theme_testbench Avoid storing fonts::Features in TextStyle 2023-03-17 15:12:02 +01:00
util Refactor out the node runtime crate and hook up all related imports 2023-03-28 10:27:31 -07:00
vim Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
welcome Create copilot auth popup UI 2023-03-28 09:42:01 -07:00
workspace Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
zed Apply cargo fmt 2023-03-28 18:45:37 -07:00