zed/crates
Max Brunsfeld 647b08b101
Update local development workflow to not involve zed.dev (#4103)
When testing Zed locally, it's rarely necessary to log in the real with,
via Zed.dev and GitHub. We usually use `zed-local`. Since zed.dev is not
going to be open source (at least right away), this PR removes it from
our local development workflow.

* Remove zed.dev from the Procfile
* Change the `seed` script to not create an admin user for your
signed-in github user
* Instead have both `zed-local` and the `seed` script read from an
`.admins.json` file, which the user can create in order to customize who
they sign in as when running `zed-local`.
* Update all of the docs for building and developing zed.
2024-01-17 15:07:20 -08:00
..
activity_indicator Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
ai gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
assets Fix assets build 2024-01-08 16:53:01 -07:00
assistant Decrease the size of timestamps in the assistant conversation editor (#4101) 2024-01-17 15:45:17 -05:00
audio Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
auto_update Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
breadcrumbs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
call Avoid playing newly published audio tracks when deafened (#4040) 2024-01-15 14:08:49 -08:00
channel Make chat prettier (to my eyes at least) 2024-01-13 21:37:13 -07:00
cli Code to allow opening zed:/channel/1234 2023-10-05 14:57:45 -07:00
client Rename variable 2024-01-16 18:35:50 -05:00
clock Remove local timestamps from CRDT operations 2023-08-31 16:23:06 -07:00
collab Update local development workflow to not involve zed.dev (#4103) 2024-01-17 15:07:20 -08:00
collab_ui Also update chat location when opening a new workspace 2024-01-17 11:41:42 -07:00
collections Use FxHashMap and FxHashSet in hot code paths 2023-12-12 13:35:22 +01:00
color Update docs 2024-01-17 11:39:09 -05:00
command_palette Add command palette action events 2024-01-15 20:22:47 -05:00
copilot Replace WindowContext::notify with WindowContext::refresh 2024-01-10 17:27:02 +01:00
copilot_ui Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
db Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
diagnostics Add more open events 2024-01-15 16:26:04 -05:00
editor Z index shenanigans (#4089) 2024-01-17 09:48:08 -05:00
feature_flags Enable Channels for everyone 2024-01-15 13:33:58 -07:00
feedback Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
file_finder Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
fs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
fsevent 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
fuzzy Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
git Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
go_to_line Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
gpui Document party 2 (#4106) 2024-01-17 14:33:52 -08:00
gpui_macros Increase border width used to indicate speaking (#4077) 2024-01-16 17:09:28 -05:00
install_cli Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
journal Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00
language Merge branch 'main' into guest-promotion 2024-01-09 16:28:42 -07:00
language_selector Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
language_tools Add more open events 2024-01-15 16:26:04 -05:00
live_kit_client Revert "Bump livekit client" 2024-01-17 10:33:32 -08:00
live_kit_server Implement live kit promotion/demotion 2024-01-09 16:10:12 -07:00
lsp Document LSP crate 2024-01-17 13:39:37 -05:00
media Start fixing up gpui2 2024-01-02 00:04:51 +01:00
menu Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
multi_buffer Allow adding write access to guests 2024-01-08 22:02:56 -07:00
node_runtime Upgrade async-compression dep 2023-12-06 14:29:09 -08:00
notifications Rename notification_store 2024-01-03 20:02:23 -05:00
outline Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
picker Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
plugin 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
plugin_macros Fix typos 2023-06-02 22:02:19 -04:00
plugin_runtime Fix possessive "its" in docs and comments (#3998) 2024-01-10 10:09:48 -05:00
prettier Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
project remove more commented code 2024-01-12 20:10:40 -08:00
project_panel Fix project panel being toggled on workspace startup. (#4059) 2024-01-15 22:23:16 +01:00
project_symbols Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
quick_action_bar Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
recent_projects Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
refineable Remove some comments 2024-01-12 20:10:40 -08:00
rich_text chat panel ++ (#4044) 2024-01-14 13:54:10 -07:00
rope Fix possessive "its" in docs and comments (#3998) 2024-01-10 10:09:48 -05:00
rpc remove more commented code 2024-01-12 20:10:40 -08:00
search Fix scrolling in collab panel (#4105) 2024-01-17 14:11:34 -08:00
semantic_index remove more commented code 2024-01-12 20:10:40 -08:00
settings gpui: Remove dependency on sqlez (#3871) 2024-01-05 19:36:55 +01:00
snippet 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
sqlez sqlez 2024-01-01 23:56:04 +01:00
sqlez_macros 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
story Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
storybook Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
sum_tree chore: fix clippy lints for rope2, sum_tree, text2 and util 2024-01-01 23:50:14 +01:00
terminal Add font name completions to ui_font_family and terminal::font_family 2024-01-16 20:32:21 +01:00
terminal_view Start adding project search listeners to workspace 2024-01-17 22:08:40 +02:00
text Fix / remove small todos 2024-01-09 14:16:46 -08:00
theme Add the color crate (#4063) 2024-01-17 11:47:23 -05:00
theme_importer Fix whitespace symbol colors in the editor, use zed1 one 2024-01-11 17:43:49 +02:00
theme_selector Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
ui Fix file paths in stories (#4104) 2024-01-17 16:59:57 -05:00
util Fix failure to write to keychain because of dropping a future 2024-01-11 16:22:34 -08:00
vcs_menu Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
vim Document the public interface of the vim crate (#4093) 2024-01-17 13:32:38 -05:00
welcome Fix regression of welcome screen background color (#4091) 2024-01-17 11:00:59 -05:00
workspace Allow leaving calls once project is unshared (#4081) 2024-01-17 08:34:45 -07:00
zed Update method name and partially document platform crate 2024-01-17 14:07:57 -08:00
zed_actions Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00