{"id":24081833,"url":"https://github.com/hoddy3190/sync-extensions","last_synced_at":"2026-04-17T01:01:56.425Z","repository":{"id":84798715,"uuid":"325986253","full_name":"hoddy3190/sync-extensions","owner":"hoddy3190","description":"A VSCode extension which automatically exports your installed extensions data when extensions are installed, uninstalled, enabled or disabled.","archived":false,"fork":false,"pushed_at":"2022-11-08T17:15:15.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T01:17:42.464Z","etag":null,"topics":["visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=hoddy3190.sync-extensions","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hoddy3190.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-01-01T13:40:14.000Z","updated_at":"2022-11-08T17:15:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bd3aba4-402c-4f3a-9302-bb4b00ac097a","html_url":"https://github.com/hoddy3190/sync-extensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hoddy3190/sync-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoddy3190%2Fsync-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoddy3190%2Fsync-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoddy3190%2Fsync-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoddy3190%2Fsync-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoddy3190","download_url":"https://codeload.github.com/hoddy3190/sync-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoddy3190%2Fsync-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["visual-studio-code","vscode","vscode-extension"],"created_at":"2025-01-09T23:26:56.274Z","updated_at":"2026-04-17T01:01:56.395Z","avatar_url":"https://github.com/hoddy3190.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sync-extensions\n\nThis extension automatically exports your installed extensions data when extensions are installed, uninstalled, enabled or disabled.\n\nAlso you can export manually with `sync-extensions: export extensions data` command.\n\n## Extension Settings\n\nThis extension has the following settings:\n\n+ `sync-extensions.path`\n  - file name and its absolute path in which extensions data is exported\n  - setting example: `/path/to/myextensions.json`\n\n## Exported Data Format\n\nThe format is JSON.\nIf you install multiple versions per extension id, current using version is written.\n\n```\n{\n  ...\n  \"vscode.typescript\": {\n    \"version\": \"1.0.0\"\n  },\n  \"vscode.typescript-language-features\": {\n    \"version\": \"1.0.0\"\n  },\n  ...\n}\n```\n\n## How to import extensions from exported settings\n\n1. install \"code\" command referring \"[Launching from the command line](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)\"\n2. Execute this shell scripts (you can execute from anywhere) after replacing \"/path/to/myextensions.json\" string in the script with your value of `sync-extensions.path`\n   ```sh\n   SYNC_EXTENSIONS_PATH=\"/path/to/myextensions.json\" /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/hoddy3190/sync-extensions/main/install_extensions.sh)\"\n   ```\n\n## Why not use \"Settings Sync\"\n\nVS Code has function for syncing settings, called \"[Settings Sync](https://code.visualstudio.com/docs/editor/settings-sync)\".\nIn fact, this can sync extensions.\n\nThe reason why I don't use \"Settings Sync\" is the followings:\n\n- Settings Sync uses cloud service such as GitHub, Microsoft to sync, but I want to sync locally for security.\n- Settings Sync exports settings manually, but I want to export automatically.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoddy3190%2Fsync-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoddy3190%2Fsync-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoddy3190%2Fsync-extensions/lists"}