docs: Add note about extension submodules needing to use HTTPS URLS (#33454)
This PR adds a note to the extension publishing docs about extension submodules needing to use HTTPS URLs. Release Notes: - N/A
This commit is contained in:
@@ -120,6 +120,8 @@ git submodule add https://github.com/your-username/foobar-zed.git extensions/foo
|
||||
git add extensions/foobar
|
||||
```
|
||||
|
||||
> All extension submodules must use HTTPS URLs and not SSH URLS (`git@github.com`).
|
||||
|
||||
2. Add a new entry to the top-level `extensions.toml` file containing your extension:
|
||||
|
||||
```toml
|
||||
|
||||
Reference in New Issue
Block a user