From 40cbfb7eb2d1a8de584d96fde605b3facb81120c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 26 Jun 2025 10:18:56 -0400 Subject: [PATCH] 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 --- docs/src/extensions/developing-extensions.md | 2 ++ 1 file changed, 2 insertions(+) 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