From 196513e30cb80725487fa892a9688995da3c9b86 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 8 Sep 2026 19:25:30 +0200 Subject: [PATCH] Point config.json at the real Gitea server and repo names Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk --- config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index dc3824c..0ac3636 100644 --- a/config.json +++ b/config.json @@ -1,26 +1,26 @@ { "//": "Fill in your Gitea server. GITEA_URL / GITEA_OWNER / GITEA_REPO override these.", "gitea": { - "url": "https://gitea.example.com", + "url": "https://gitea.vertexcolor.xyz", "owner": "max", - "repo": "vscode-extensions" + "repo": "vs-code-setup" }, "//extensions": "path is relative to this repo; repo is the Gitea repo to clone if path is missing.", "extensions": [ { "id": "colored-references", "path": "../colored-references-src/colored-references", - "repo": "colored-references" + "repo": "vs-code-colored-references" }, { "id": "vertical-tabs", "path": "../vertical-tabs", - "repo": "vertical-tabs" + "repo": "vs-code-vertical-tabs" }, { "id": "dotnet-solution-launcher", "path": "../dotnet-solution-launcher", - "repo": "dotnet-solution-launcher" + "repo": "vs-code-dotnet-solution-launcher" } ] }