Files

27 lines
845 B
JSON

{
"//": "Fill in your Gitea server. GITEA_URL / GITEA_OWNER / GITEA_REPO override these.",
"gitea": {
"url": "https://gitea.vertexcolor.xyz",
"owner": "max",
"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": "vs-code-colored-references"
},
{
"id": "vertical-tabs",
"path": "../vertical-tabs",
"repo": "vs-code-vertical-tabs"
},
{
"id": "dotnet-solution-launcher",
"path": "../dotnet-solution-launcher",
"repo": "vs-code-dotnet-solution-launcher"
}
]
}