{"id":25879720,"url":"https://github.com/teddy95/vscode-customization","last_synced_at":"2026-02-10T15:03:44.362Z","repository":{"id":75935677,"uuid":"508068936","full_name":"Teddy95/vscode-customization","owner":"Teddy95","description":"Visual Studio Code Packages and Configurations Installscript for Mac OS X and Windows 💻","archived":false,"fork":false,"pushed_at":"2026-01-24T09:57:22.000Z","size":871,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-24T20:03:08.378Z","etag":null,"topics":["code","customization","ide","vscode"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teddy95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-06-27T21:37:00.000Z","updated_at":"2026-01-24T09:57:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"082fa0c7-b3b0-43ca-a1d5-749bd0c1165b","html_url":"https://github.com/Teddy95/vscode-customization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Teddy95/vscode-customization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy95%2Fvscode-customization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy95%2Fvscode-customization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy95%2Fvscode-customization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy95%2Fvscode-customization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teddy95","download_url":"https://codeload.github.com/Teddy95/vscode-customization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy95%2Fvscode-customization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29303338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T14:34:17.295Z","status":"ssl_error","status_checked_at":"2026-02-10T14:33:22.845Z","response_time":65,"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":["code","customization","ide","vscode"],"created_at":"2025-03-02T13:27:47.543Z","updated_at":"2026-02-10T15:03:44.357Z","avatar_url":"https://github.com/Teddy95.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visual Studio Code Customization :alien:\n\nThis repository offers an automatic install script for **Visual Studio Code** customization! :fire:  \nThis Visual Studio Code setup includes a fully IDE for Web development with Node.js.\n\n![Screenshot](img/screenshot.png)\n\n### Requirements\n\n- Visual Studio Code\n- SQLite3 command line tool (for Activity Bar backup/restore)\n\n#### Installing SQLite3\n\n##### Windows\n\n```shell\nwinget install SQLite.SQLite\n```\n\n##### Mac OS X\n\nSQLite3 is pre-installed on macOS. If needed, you can update it via Homebrew:\n\n```shell\nbrew install sqlite3\n```\n\n##### Linux\n\n```shell\n# Debian/Ubuntu\nsudo apt-get install sqlite3\n\n# Fedora/RHEL\nsudo dnf install sqlite\n\n# Arch Linux\nsudo pacman -S sqlite\n```\n\n### Installation Guide\n\n##### Mac OS X\n\n```shell\n# Clone repository\n$ git clone https://github.com/Teddy95/vscode-customization.git\n\n# Change directory\n$ cd vscode-customization\n\n# Execute install.sh\n$ ./install.sh\n```\n\n##### Windows\n\n1.  Download vscode-customization zip archive from windows branch [here](https://github.com/Teddy95/vscode-customization/archive/windows.zip)\n2.  Execute `install.bat`\n\n### Backup your Visual Studio Code environment for new installation\n\n##### Mac OS X\n\n```shell\n$ ./backup.sh\n```\n\n##### Windows\n\nExecute `backup.bat`\n\n### Included Visual Studio Code extensions\n\n[Included extensions](./vscode/extensions-list.txt)\n\n### Included configuration files\n\n##### Configuration files for Visual Studio Code\n\n⇒ [Show files](https://github.com/Teddy95/vscode-customization/tree/master/vscode)\n\n**Backed up files:**\n- `settings.json` - VS Code settings and preferences\n- `extensions-list.txt` - List of installed extensions\n- `activity-bar.json` - Activity Bar configuration (visible/hidden items and order)\n\n**Note:** The Activity Bar configuration is extracted from VS Code's SQLite database (`state.vscdb`) using the `workbench.activity.pinnedViewlets2` key. This ensures only the Activity Bar settings are backed up, avoiding machine-specific data.\n\n### License\n\n[![WTFPL License](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-1.png)](https://github.com/Teddy95/vscode-customization/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy95%2Fvscode-customization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddy95%2Fvscode-customization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy95%2Fvscode-customization/lists"}