Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace zed with zed2 #3862

Merged
merged 31 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7986ee1
Rename zed2 -> zed
maxbrunsfeld Jan 3, 2024
2b8822f
Remove 2 suffix for welcome, vcs_menu, quick_action_bar, collab_ui
maxbrunsfeld Jan 3, 2024
37e6533
Remove 2 suffix for project_symbols, theme_selector
maxbrunsfeld Jan 3, 2024
2526943
Remove 2 suffix for vim, diagnostics, go_to_line, theme_selector, com…
maxbrunsfeld Jan 3, 2024
292b339
Remove 2 suffix for language selector, project panel, recent_projects…
maxbrunsfeld Jan 3, 2024
0ac8aae
Remove 2 suffix for language_tools, search, terminal_view, auto_update
maxbrunsfeld Jan 3, 2024
bcad3a5
Remove 2 suffix for picker, feedback
maxbrunsfeld Jan 3, 2024
588976d
Remove 2 suffix for editor
maxbrunsfeld Jan 3, 2024
492805a
Remove 2 suffix for multi_buffer, outline, copilot
maxbrunsfeld Jan 3, 2024
789ce8d
Remove 2 suffix for workspace
maxbrunsfeld Jan 3, 2024
ecbd115
Remove 2 suffix for assistant, journal
maxbrunsfeld Jan 3, 2024
4ddb262
Remove 2 suffix for ai, zed_actions, install_ci, feature_flags
maxbrunsfeld Jan 3, 2024
c5a1950
Remove 2 suffix for project
maxbrunsfeld Jan 3, 2024
9f99e58
Remove 2 suffix for lsp, language, fuzzy
maxbrunsfeld Jan 3, 2024
53bdf6b
Remove 2 suffix for client, call, channel
maxbrunsfeld Jan 3, 2024
6cb913d
Decouple `theme_importer` from old GPUI 1 crates (#3866)
maxdeviant Jan 3, 2024
324ac96
Remove unneeded `theme` dependency
maxdeviant Jan 3, 2024
5ddd298
Remove 2 suffix for fs, db, semantic_index, prettier
maxbrunsfeld Jan 3, 2024
177e302
Remove 3 suffix for git crate
maxbrunsfeld Jan 3, 2024
0cf6522
Remove 2 suffix for collab, rope, settings, menu
maxbrunsfeld Jan 3, 2024
4305c5f
Remove 2 suffix for ui, storybook, text
maxbrunsfeld Jan 3, 2024
dfcb17f
Remove 2 suffix for theme
maxbrunsfeld Jan 3, 2024
ce4bc99
Merge branch 'main'
maxbrunsfeld Jan 3, 2024
3c81dda
Remove 2 suffix from live_kit_client
maxbrunsfeld Jan 3, 2024
f5ba226
Remove 2 suffix from gpui
maxbrunsfeld Jan 3, 2024
83f4c61
Remove 2 suffix from gpui_macros, fix compile errors in tests
maxbrunsfeld Jan 3, 2024
a806123
cargo fmt
maxbrunsfeld Jan 3, 2024
1184de6
Fix UI doc test
maxbrunsfeld Jan 3, 2024
76426ee
Fix path to zed languages
maxbrunsfeld Jan 3, 2024
fcacb46
Remove unused scripts
maxbrunsfeld Jan 3, 2024
202db11
Remove stray files
maxbrunsfeld Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[alias]
xtask = "run --package xtask --"

[build]
# v0 mangling scheme provides more detailed backtraces around closures
rustflags = ["-C", "symbol-mangling-version=v0"]
2 changes: 1 addition & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: script/generate-licenses

- name: Create app bundle
run: script/bundle -2
run: script/bundle

- name: Upload Zed Nightly
run: script/upload-nightly
Loading