{ "//": "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" } ] }