Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,10 @@
path = extensions/conl
url = https://github.com/ConradIrwin/zed-extension-conl

[submodule "extensions/contextual-zed"]
path = extensions/contextual-zed
url = https://github.com/Amarin38/Contextual-Zed

[submodule "extensions/cooklang"]
path = extensions/cooklang
url = https://github.com/hugginsio/zed-cooklang.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,10 @@ version = "1.0.0"
submodule = "extensions/conl"
version = "2.0.1"

[contextual-themes]
submodule = "extensions/contextual-themes"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this submodule does not exist currently (you need to rename the submodule to the name chosen here)

version = "0.1.0"

[cooklang]
submodule = "extensions/cooklang"
version = "1.3.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/contextual-zed
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll still need to fix the path here

Submodule contextual-zed added at 0e3eb9
Loading