{"id":16462381,"url":"https://github.com/syntaxlexx/vscode-preferences","last_synced_at":"2026-06-11T08:31:38.361Z","repository":{"id":90395334,"uuid":"128366801","full_name":"syntaxlexx/vscode-preferences","owner":"syntaxlexx","description":"Microsoft Visual Studio Code Text Editor Preferences - Extensions + user settings","archived":false,"fork":false,"pushed_at":"2018-07-21T12:04:38.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-11T18:44:53.438Z","etag":null,"topics":["vscode","vscode-extension","vscode-preferences"],"latest_commit_sha":null,"homepage":null,"language":null,"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/syntaxlexx.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-04-06T08:02:09.000Z","updated_at":"2018-07-21T12:04:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"c28f8090-d285-4906-be30-7249e96605f3","html_url":"https://github.com/syntaxlexx/vscode-preferences","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Fvscode-preferences","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Fvscode-preferences/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Fvscode-preferences/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Fvscode-preferences/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syntaxlexx","download_url":"https://codeload.github.com/syntaxlexx/vscode-preferences/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233313957,"owners_count":18657308,"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":["vscode","vscode-extension","vscode-preferences"],"created_at":"2024-10-11T11:11:07.814Z","updated_at":"2025-01-10T07:52:01.624Z","avatar_url":"https://github.com/syntaxlexx.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCODE Preferences\r\n## About\r\nMicrosoft Visual Studio Code is a revolutionary text editor that has come a long way into surprising every developer out there with its beauty, versatility, performance, and well, it's behind Microsoft!\r\n\r\nSo, these are my user preferences for the editor's configuration\r\n```json\r\n\r\n{\r\n    \"sync.gist\": \"vscode-settings\",\r\n    \"sync.lastUpload\": \"\",\r\n    \"sync.autoDownload\": false,\r\n    \"sync.autoUpload\": false,\r\n    \"sync.lastDownload\": \"\",\r\n    \"sync.forceDownload\": false,\r\n    \"sync.host\": \"\",\r\n    \"sync.pathPrefix\": \"\",\r\n    \"sync.quietSync\": false,\r\n    \"sync.askGistName\": false,\r\n    \"sync.removeExtensions\": true,\r\n    \"sync.syncExtensions\": true,\r\n    \"files.autoSave\": \"afterDelay\",\r\n    \"sublimeTextKeymap.promptV3Features\": true,\r\n    \"editor.multiCursorModifier\": \"ctrlCmd\",\r\n    \"editor.snippetSuggestions\": \"top\",\r\n    \"editor.formatOnPaste\": true,\r\n    \"emmet.triggerExpansionOnTab\": true,\r\n    \"workbench.colorTheme\": \"Monokai\",\r\n    \"workbench.iconTheme\": \"eq-material-theme-icons-ocean\",\r\n    \"editor.lineHeight\": 24,\r\n    \"editor.fontFamily\": \"'FuraCode Nerd Font', 'Fira Code', 'Operator Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",\r\n    \"editor.fontSize\": 12,\r\n    \"editor.fontLigatures\": true,\r\n    \"editor.renderLineHighlight\": \"all\",\r\n    \"editor.wordSeparators\": \"`~!@#%^\u0026*()-=+[{]}\\\\|;:'\\\",.\u003c\u003e/?\",\r\n    \"window.zoomLevel\": 0,\r\n    \"gitlens.advanced.messages\": {\r\n        \"suppressCommitHasNoPreviousCommitWarning\": false,\r\n        \"suppressCommitNotFoundWarning\": false,\r\n        \"suppressFileNotUnderSourceControlWarning\": false,\r\n        \"suppressGitVersionWarning\": false,\r\n        \"suppressLineUncommittedWarning\": false,\r\n        \"suppressNoRepositoryWarning\": false,\r\n        \"suppressResultsExplorerNotice\": false,\r\n        \"suppressShowKeyBindingsNotice\": true\r\n    },\r\n    \"php.suggest.basic\": false,\r\n    \"editor.fontLigatures\": true,\r\n    \"editor.rulers\": [\r\n        80, 120\r\n    ],\r\n    \"editor.renderLineHighlight\": \"all\",\r\n    \"files.trimTrailingWhitespace\": true,\r\n    \"window.menuBarVisibility\": \"toggle\",\r\n    \"workbench.colorCustomizations\": {\r\n        \"statusBar.debuggingBackground\": \"#cc6633\",\r\n        \"statusBar.noFolderBackground\": \"#0A0A0D\",\r\n    }\r\n}\r\n```\r\n\r\n## Extensions Used\r\n- Auto Close Tag\r\n- Auto Rename Tag\r\n- Code Runner\r\n- DotENV\r\n- GitLens\r\n- HTML Boilerplate\r\n- Laravel 5 Snippets\r\n- Laravel Blade Snippets\r\n- One Dark Pro Theme\r\n- PHP IntelliSense\r\n- Settings Sync\r\n- Sublime Text Keymap\r\n- vscode-icons\r\n- Material Icon Theme\r\n- Material Theme\r\n- Space Inside Braces\r\n\r\nWhen developing Vue Apps\r\n- Vetur\r\n- Vetur E\r\n\r\nPlus Other extensions which are disabled by default unless developing on the exact platform e.g Python,C#,C++, and Ruby.\r\n\r\n## NB\r\n- If you prefer not to copy ` $ ` when selecting variable names, don't include this part in your preferences\r\n```json\r\n    \"editor.wordSeparators\": \"`~!@#%^\u0026*()-=+[{]}\\\\|;:'\\\",.\u003c\u003e/?\",\r\n```\r\n- Read more about **Nerd Fonts** [here](https://nerdfonts.com)\r\n\r\n## Contribution\r\nShould you wish to contribute to this list, feel free to fork, edit, and make a pull request.\r\nOr, just email [Me](mailto:lexxyungcarter@gmail.com)\r\n\r\n## Licence\r\nMIT\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxlexx%2Fvscode-preferences","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyntaxlexx%2Fvscode-preferences","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxlexx%2Fvscode-preferences/lists"}