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:
parent
5d0f02d356
commit
40cbfb7eb2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue