Point config.json at the real Gitea server and repo names

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
This commit is contained in:
max
2026-09-08 19:25:30 +02:00
co-authored by Claude Fable 5.1
parent f1ef3dbfdf
commit 196513e30c
+5 -5
View File
@@ -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"
}
]
}