diff --git a/docs/src/extensions/developing-extensions.md b/docs/src/extensions/developing-extensions.md index a523218b43..97af1f2673 100644 --- a/docs/src/extensions/developing-extensions.md +++ b/docs/src/extensions/developing-extensions.md @@ -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