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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4413,3 +4413,6 @@
[submodule "extensions/zwirn"]
path = extensions/zwirn
url = https://codeberg.org/polymorphicengine/zwirn-zed-extension.git
[submodule "extensions/material-prism-theme"]
path = extensions/material-prism-theme
url = https://github.com/trapplus/zed-transparent-material-design-themes

Choose a reason for hiding this comment

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

P2 Badge Pin a commit whose manifest points back to this repo

The submodule added here tracks https://github.com/trapplus/zed-transparent-material-design-themes, but the pinned commit’s extension.toml still declares repository = "https://github.com/trapplus/material-prism-theme". That mismatch gets baked into the packaged manifest.json, so users who follow the extension’s source link land on the wrong repository (currently a 404) instead of the code we vendor here. Please either update the upstream manifest or pin a commit where its repository field matches this submodule URL.

Useful? React with 👍 / 👎.

4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4467,3 +4467,7 @@ version = "0.0.1"
[zwirn]
submodule = "extensions/zwirn"
version = "0.2.0"

[material-prism-theme]
submodule = "extensions/material-prism-theme"
version = "0.1.0"
1 change: 1 addition & 0 deletions extensions/material-prism-theme
Submodule material-prism-theme added at fd446c