Files
vs-code-setup/config.json
T

27 lines
821 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-solution-launcher",
"path": "../dotnet-solution-launcher",
"repo": "dotnet-solution-launcher"
}
]
}