mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs: Remove incomplete section in extension publishing steps (#52980)
Release Notes: - N/A
This commit is contained in:
parent
63b079198a
commit
f92b498eb1
1 changed files with 0 additions and 2 deletions
|
|
@ -173,8 +173,6 @@ git submodule add https://github.com/your-username/foobar-zed.git extensions/my-
|
|||
git add extensions/my-extension
|
||||
```
|
||||
|
||||
> **Note:** Your extension must live under te
|
||||
|
||||
> 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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue