-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR updates the Prisma extension to v0.0.2. See zed-industries/zed#10689 for the changes in this version.
- Loading branch information
1 parent
6722e20
commit 0c4d6ad
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule zed
updated
23 files
+8 −7 | .github/workflows/bump_patch_version.yml | |
+1 −1 | Cargo.lock | |
+2 −0 | README.md | |
+3 −0 | assets/icons/sliders.svg | |
+10 −1 | crates/client/src/client.rs | |
+5 −1 | crates/editor/src/editor.rs | |
+32 −4 | crates/editor/src/git/blame.rs | |
+7 −0 | crates/git/src/blame.rs | |
+4 −1 | crates/project_panel/src/project_panel.rs | |
+97 −25 | crates/quick_action_bar/src/quick_action_bar.rs | |
+1 −1 | crates/ui/docs/hello-world.md | |
+37 −6 | crates/ui/src/components/context_menu.rs | |
+2 −0 | crates/ui/src/components/icon.rs | |
+5 −4 | crates/workspace/src/persistence.rs | |
+1 −1 | crates/workspace/src/workspace.rs | |
+6 −0 | crates/zed/src/zed/app_menus.rs | |
+76 −10 | docs/src/configuring_zed.md | |
+41 −0 | docs/src/developing_zed__releases.md | |
+1 −1 | extensions/prisma/Cargo.toml | |
+1 −1 | extensions/prisma/extension.toml | |
+2 −8 | script/bump-nightly | |
+21 −0 | script/get-released-version | |
+15 −0 | script/trigger-release |