{"id":15210566,"url":"https://github.com/amittksharma/vscode-settings","last_synced_at":"2026-03-06T22:33:16.274Z","repository":{"id":253585187,"uuid":"843786025","full_name":"amittkSharma/vscode-settings","owner":"amittkSharma","description":"Package contains recommended vs-code editor settings and recommended extensions, for enhancing developer productivity \u0026 better developer experience","archived":false,"fork":false,"pushed_at":"2024-08-30T21:55:21.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T03:14:00.621Z","etag":null,"topics":["developer-experience","developer-productivity","vscode","vscode-extension","vscode-settings"],"latest_commit_sha":null,"homepage":"","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/amittkSharma.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":"2024-08-17T12:16:04.000Z","updated_at":"2024-08-30T21:54:26.000Z","dependencies_parsed_at":"2024-08-23T16:00:32.108Z","dependency_job_id":"5b90dcd0-ed07-49f4-a22a-aea92665f006","html_url":"https://github.com/amittkSharma/vscode-settings","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"c8db60c62896441bc35cc39013f41235a68a3489"},"previous_names":["amittksharma/vscode-settings"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amittkSharma%2Fvscode-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amittkSharma%2Fvscode-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amittkSharma%2Fvscode-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amittkSharma%2Fvscode-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amittkSharma","download_url":"https://codeload.github.com/amittkSharma/vscode-settings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238848445,"owners_count":19540887,"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","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":["developer-experience","developer-productivity","vscode","vscode-extension","vscode-settings"],"created_at":"2024-09-28T08:01:00.851Z","updated_at":"2025-10-29T16:30:57.736Z","avatar_url":"https://github.com/amittkSharma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-settings\n\nPackage contains recommended vs-code editor settings and recommended extensions, for enhancing developer productivity \u0026 better developer experience\n\n## Features\n\n- vscode-settings can be installed both as local or global package\n- flexibility to use single source of settings and extensions across all their VS Code instances \u0026 projects\n- provides vscode settings for better developer experience\n- recommends community suggested extensions\n- automatically detects the installation path\n\n## Installation\n\n```Globally\nnpm install -g @amittksharma/vscode-settings\n```\n\nIt is advisable to use install this packages dev-dependency to any other project\n\n```Locally\nnpm install @amittksharma/vscode-settings\n```\n\n### Usage\n\n- Install the package either globally or locally using the above commands\n- Package will automatically detects the installation path\n- There are two options to consume this packages\n  - Globally installed package will update user settings\n    - Extends the VS Code user settings with the settings from the packages\n  - Locally installed package will update workspace settings\n    - Create a .vscode folder in project root folder\n    - Create a settings.json file\n    - Create a extensions.json file\n- It is important to note that when the package is installed globally, the package works with the assumption that vscode is installed at the following locations for specific underlying operating systems:\n\n| S.No | Operating system | Location                                                       |\n| ---- | ---------------- | -------------------------------------------------------------- |\n| 1.   | darwin (Mac)     | ${homedir}/Library/Application Support/Code/User/settings.json |\n| 2.   | linux            | ${homedir}/.config/Code/User/settings.json                     |\n| 3.   | windows          | ${homedir}/AppData\\\\Code\\\\User\\\\settings.json                  |\n\n- The package will override the existing settings or extension files\n\n## Supported Extensions\n\n| S.No | Extension                                                                                                       | IsDefault |\n| ---- | --------------------------------------------------------------------------------------------------------------- | --------- |\n| 1.   | [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)               | Yes       |\n| 2.   | [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks)                          | Yes       |\n| 3.   | [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) | Yes       |\n| 4.   | [Code Snap](https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap)                                | Yes       |\n| 5.   | [CodeMetrics](https://marketplace.visualstudio.com/items?itemName=kisstkondoros.vscode-codemetrics)             | No        |\n| 6.   | [DotEnv](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv)                                  | Yes       |\n| 7.   | [Eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)                            | Yes       |\n| 8.   | [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)                      | Yes       |\n| 9.   | [Git Lens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)                                 | Yes       |\n| 10.  | [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)     | Yes       |\n| 11.  | [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)         | Yes       |\n| 12.  | [Rest Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)                            | Yes       |\n| 13.  | [Todo Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight)               | Yes       |\n| 14.  | [Task Explorer](https://marketplace.visualstudio.com/items?itemName=spmeesseman.vscode-taskexplorer)            | Yes       |\n\n## License\n\n- MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famittksharma%2Fvscode-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famittksharma%2Fvscode-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famittksharma%2Fvscode-settings/lists"}