Skip to content

Commit

Permalink
Add extension for Fiberplane Studio (#1346)
Browse files Browse the repository at this point in the history
Referenced [here](https://x.com/_laurynas/status/1829511925077811289)

This extension allows querying traces stored in the local [Fiberplane
Studio](https://fiberplane.com) in the Assistant panel.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
keturiosakys and maxdeviant committed Sep 4, 2024
1 parent a52b091 commit 9deb2bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@
path = extensions/fennel
url = https://codeberg.org/mattly/zed-lang-fennel.git

[submodule "extensions/fiberplane-studio"]
path = extensions/fiberplane-studio
url = https://github.com/keturiosakys/zed-fp-studio.git

[submodule "extensions/fish"]
path = extensions/fish
url = https://github.com/hasit/zed-fish.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@ version = "0.1.3"
submodule = "extensions/fennel"
version = "0.0.1"

[fiberplane-studio]
submodule = "extensions/fiberplane-studio"
version = "0.1.0"

[fish]
submodule = "extensions/fish"
version = "0.0.8"
Expand Down
1 change: 1 addition & 0 deletions extensions/fiberplane-studio
Submodule fiberplane-studio added at c3708e

0 comments on commit 9deb2bd

Please sign in to comment.