-
Notifications
You must be signed in to change notification settings - Fork 385
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 Svelte extension to v0.2.0. See zed-industries/zed#17962 for the changes in this version.
- Loading branch information
1 parent
abb4773
commit 3343bb5
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
14 files
+1 −10 | .github/workflows/ci.yml | |
+1 −1 | Cargo.lock | |
+1 −1 | crates/collab/src/db/ids.rs | |
+1 −1 | crates/editor/src/inlay_hint_cache.rs | |
+1 −1 | crates/language/src/buffer.rs | |
+1 −1 | crates/language/src/buffer_tests.rs | |
+1 −1 | crates/picker/src/picker.rs | |
+1 −1 | crates/terminal/src/terminal.rs | |
+1 −1 | crates/ui/src/components/icon.rs | |
+1 −1 | crates/zed/src/reliability.rs | |
+1 −1 | docs/theme/css/general.css | |
+1 −1 | extensions/svelte/Cargo.toml | |
+1 −1 | extensions/svelte/extension.toml | |
+11 −0 | script/check-spelling |