{"id":24618031,"url":"https://github.com/sattorbekh/vscode-settings","last_synced_at":"2025-10-11T09:43:41.443Z","repository":{"id":270805068,"uuid":"911509751","full_name":"sattorbekh/vscode-settings","owner":"sattorbekh","description":"Customize your code editor IDE (Visual code studio)","archived":false,"fork":false,"pushed_at":"2025-01-06T12:40:27.000Z","size":255,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T14:15:49.007Z","etag":null,"topics":["visual-studio-code","vscode-settings","vsocde"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/sattorbekh.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}},"created_at":"2025-01-03T07:24:32.000Z","updated_at":"2025-01-06T12:40:55.000Z","dependencies_parsed_at":"2025-01-03T08:26:04.757Z","dependency_job_id":"836ed7d3-dbd7-482f-bb2b-9d22ad474f3a","html_url":"https://github.com/sattorbekh/vscode-settings","commit_stats":null,"previous_names":["sattor-soft/vscode","sattorbekh/vscode-settings","sattorbekh/vscode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sattorbekh/vscode-settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattorbekh%2Fvscode-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattorbekh%2Fvscode-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattorbekh%2Fvscode-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattorbekh%2Fvscode-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sattorbekh","download_url":"https://codeload.github.com/sattorbekh/vscode-settings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattorbekh%2Fvscode-settings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006746,"owners_count":26084183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-settings","vsocde"],"created_at":"2025-01-24T23:49:34.560Z","updated_at":"2025-10-11T09:43:41.374Z","avatar_url":"https://github.com/sattorbekh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visual Studio Code Custom Settings\n\nThis project includes custom configuration files for Visual Studio Code (VSCode) to enhance your development experience. The configuration includes:\n\n- **`settings.json`**: Custom VSCode settings for improving workspace behavior.\n- **`custom.css`**: A custom CSS file to modify the appearance of VSCode.\n- **`custom.js`**: JavaScript file for adding additional functionalities or automation in your VSCode setup.\n\n## Table of Contents\n\n- [Description](#description)\n- [Installation](#installation)\n- [File Structure](#file-structure)\n- [Required Extensions](#required-extensions)\n\n## Description\n\nThis repository allows you to configure Visual Studio Code to suit your specific needs and style preferences.\n\n## Installation\n\n### 1. Clone the repository:\n\n```bash\ngit clone https://github.com/sattorbekh/vscode-settings.git\ncd vscode-settings\n```\n\n### 2. Locate your VSCode User Directory\n\nVSCode stores user-specific configuration files in a directory that varies by OS. Locate your user settings directory:\n\n- **Windows**: `C:\\Users\\\u003cYourUser\u003e\\AppData\\Roaming\\Code\\User`\n- **MacOS**: `/Users/\u003cYourUser\u003e/Library/Application Support/Code/User`\n- **Linux**: `~/.config/Code/User`\n\n### 3. Copy the Configuration Files\n\nCopy the following files from this repository into your VSCode user directory:\n\n- `settings.json` → `~/.config/Code/User/settings.json`\n- `custom.css` → Copy to the appropriate location.\n- `custom.js` → Copy to the appropriate location.\n\n### 4. Restart VSCode\n\nOnce you’ve copied the settings, restart VSCode to apply the changes.\n\n## File Structure\n\n```\n/vscode-settings\n|-- settings.json       # Custom VSCode settings for your environment\n|-- custom.css          # Custom CSS for styling VSCode UI\n|-- custom.js           # Custom JS for additional features or automation\n|-- README.md           # This file\n```\n\n## Required Extensions\n\n1. **[GitHub Light](https://marketplace.visualstudio.com/items?itemName=github.github-vscode-theme)**\n2. **[Charmed Icons](https://marketplace.visualstudio.com/items?itemName=chrisdavidmills.charmed-icons)**\n3. **[Custom CSS and JS Loader](https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css)**\n4. **[Prettier - Code Formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsattorbekh%2Fvscode-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsattorbekh%2Fvscode-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsattorbekh%2Fvscode-settings/lists"}