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:
+5
-5
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user