Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
32 lines
965 B
JSON
32 lines
965 B
JSON
{
|
|
"//": "Fill in your Gitea server. GITEA_URL / GITEA_OWNER / GITEA_REPO override these.",
|
|
"gitea": {
|
|
"url": "https://gitea.example.com",
|
|
"owner": "max",
|
|
"repo": "vscode-extensions"
|
|
},
|
|
"//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"
|
|
},
|
|
{
|
|
"id": "vertical-tabs",
|
|
"path": "../vertical-tabs",
|
|
"repo": "vertical-tabs"
|
|
},
|
|
{
|
|
"id": "dotnet-hot-reload",
|
|
"path": "../dotnet-hot-reload",
|
|
"repo": "dotnet-hot-reload"
|
|
},
|
|
{
|
|
"id": "dotnet-solution-launcher",
|
|
"path": "../dotnet-solution-launcher",
|
|
"repo": "dotnet-solution-launcher"
|
|
}
|
|
]
|
|
}
|