{"id":44782413,"url":"https://github.com/breca/vsixdler","last_synced_at":"2026-03-15T10:56:51.792Z","repository":{"id":338739279,"uuid":"1158937833","full_name":"breca/vsixdler","owner":"breca","description":"Download VS Code extensions from the marketplace and bundle them into a single release archive","archived":false,"fork":false,"pushed_at":"2026-03-01T05:19:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-01T08:25:32.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/breca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-16T05:24:09.000Z","updated_at":"2026-02-16T07:02:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/breca/vsixdler","commit_stats":null,"previous_names":["breca/vsixdler"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/breca/vsixdler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breca%2Fvsixdler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breca%2Fvsixdler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breca%2Fvsixdler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breca%2Fvsixdler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breca","download_url":"https://codeload.github.com/breca/vsixdler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breca%2Fvsixdler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30248524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-16T08:27:02.277Z","updated_at":"2026-03-08T07:02:44.788Z","avatar_url":"https://github.com/breca.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vsixdler\n\nDownload VS Code extensions from the marketplace and bundle them into a single release archive. Useful for offline installation, archival, and distribution.\n\n**TL;DR:** Fork this repo, create a branch, edit `extensions.yaml` with the extensions you want, and push. Every push that changes `extensions.yaml` automatically downloads your extensions and publishes them as a GitHub release. A weekly sync also runs on Sundays, or you can trigger it manually from the Actions tab.\n\n## Setup\n\n**Requirements:** Go 1.21+\n\n```sh\ngit clone https://github.com/breca/vsixdler.git\ncd vsixdler\ngo build -o vsixdler .\n```\n\n## Configuration\n\nCreate an `extensions.yaml` in the project root:\n\n```yaml\nextensions:\n  - id: \"ms-python.python\"                    # latest, universal\n  - id: \"golang.go\"\n    version: \"0.42.1\"                          # pinned version\n  - id: \"ms-vscode.cpptools\"\n    platforms: [linux-x64, darwin-arm64]        # platform-specific\n```\n\n**Supported platforms:** `win32-x64`, `win32-arm64`, `linux-x64`, `linux-arm64`, `linux-armhf`, `alpine-x64`, `alpine-arm64`, `darwin-x64`, `darwin-arm64`, `web`\n\n## Usage\n\n```sh\n# Preview what would be downloaded\n./vsixdler download --dry-run\n\n# Download to ./vsix/\n./vsixdler download\n\n# Custom output directory and config\n./vsixdler download -c my-extensions.yaml -o ./output\n\n# Parallel downloads (default: 4)\n./vsixdler download -j 8\n\n# Verbose logging\n./vsixdler download -v\n```\n\nDownloaded files follow the naming convention:\n```\nms-python.python-2024.17.vsix              # universal\nms-vscode.cpptools-1.22.5@linux-x64.vsix   # platform-specific\n```\n\n## GitHub Actions\n\nThe included workflow (`.github/workflows/sync-extensions.yaml`) runs weekly on Sundays at 04:00 UTC and can be triggered manually. It downloads all extensions and uploads them as GitHub release assets.\n\nEach branch runs independently with its own `extensions.yaml`, so multiple users can maintain separate extension lists on different branches. Releases are tagged `{branch}/sync-{date}-{run}` to avoid collisions.\n\nTo use it, push your branch with an `extensions.yaml` and either wait for the schedule or trigger the workflow manually from the Actions tab.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreca%2Fvsixdler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreca%2Fvsixdler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreca%2Fvsixdler/lists"}