Created
April 8, 2020 15:57
-
-
Save danvega/9cf7772fe85e84d83bfdf4f961964896 to your computer and use it in GitHub Desktop.
VS Code preferences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // settings | |
| "extensions.autoCheckUpdates": true, | |
| "workbench.settings.editor": "json", | |
| // theme | |
| "workbench.colorTheme": "SynthWave '84", | |
| // editor | |
| "editor.cursorSmoothCaretAnimation": true, | |
| "editor.fontFamily": "Hack", | |
| //"editor.fontFamily": "Cascadia Code", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 13, | |
| "editor.fontWeight": "normal", | |
| "editor.scrollBeyondLastLine": false, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.formatOnSave": true, | |
| "editor.insertSpaces": true, | |
| "editor.tabSize": 2, | |
| "editor.suggestSelection": "first", | |
| "editor.minimap.enabled": false, | |
| // workbench | |
| "workbench.fontAliasing": "antialiased", | |
| "window.zoomLevel": 0, | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.confirmDelete": false, | |
| "workbench.settings.useSplitJSON": false, | |
| "workbench.editor.tabSizing": "shrink", | |
| "files.autoSave": "off", | |
| "files.autoSaveDelay": 1000, | |
| "files.trimTrailingWhitespace": true, | |
| "files.insertFinalNewline": true, | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.svn": true, | |
| "**/.DS_Store": true | |
| }, | |
| // npm | |
| "npm.enableScriptExplorer": true, | |
| "npm.packageManager": "npm", | |
| // git | |
| "git.path": "/usr/bin/git", | |
| "git.autofetch": true, | |
| // terminal | |
| "terminal.integrated.fontFamily": "Hack", | |
| "terminal.integrated.fontSize": 12, | |
| //"terminal.integrated.shell.osx": "/bin/bash", | |
| // debug | |
| "debug.node.autoAttach": "on", | |
| "debug.toolBarLocation": "docked", | |
| // emoji | |
| "emojisense.markupCompletionsEnabled": true, | |
| "emojisense.languages": { | |
| "markdown": true, | |
| "plaintext": { | |
| "markupCompletionsEnabled": false, | |
| "emojiDecoratorsEnabled": false | |
| }, | |
| "git-commit": true, | |
| "vue": true, | |
| "javascript": true | |
| }, | |
| // vetur | |
| "vetur.grammar.customBlocks": { | |
| "page-query": "graphql", | |
| "static-query": "graphql" | |
| }, | |
| "vetur.validation.template": false, | |
| "vetur.experimental.templateInterpolationService": false, | |
| // eslint | |
| "eslint.validate": [ | |
| { | |
| "language": "vue", | |
| "autoFix": true | |
| }, | |
| { | |
| "language": "html", | |
| "autoFix": true | |
| }, | |
| { | |
| "language": "javascript", | |
| "autoFix": true | |
| } | |
| ], | |
| "eslint.enable": false, | |
| "eslint.autoFixOnSave": true, | |
| // prettier | |
| "prettier.disableLanguages": [ | |
| "js", | |
| ], | |
| // languages | |
| "[html]": { | |
| "editor.defaultFormatter": "HookyQR.beautify" | |
| //"editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[vue]": { | |
| "editor.formatOnSave": true, | |
| "editor.tabSize": 2, | |
| }, | |
| "[javascript]": { | |
| "editor.formatOnSave": false, | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "[csharp]": { | |
| "editor.tabSize": 4 | |
| }, | |
| // emmet | |
| "emmet.showAbbreviationSuggestions": true, | |
| // html | |
| "html.format.extraLiners": "none", | |
| // java | |
| "java.errors.incompleteClasspath.severity": "ignore", | |
| "java.configuration.checkProjectSettingsExclusions": false, | |
| // c# | |
| "csharp.referencesCodeLens.enabled": false, | |
| // one offs | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "bracketPairColorizer.forceUniqueOpeningColor": true, | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| // spelling dictionary | |
| "cSpell.userWords": [ | |
| "ALGOLIA", | |
| "API's", | |
| "Auditable", | |
| "Autowired", | |
| "Autowiring", | |
| "Boies", | |
| "Bulma", | |
| "CPUs", | |
| "Cacheable", | |
| "Channing", | |
| "Checkin", | |
| "Contentful", | |
| "Datatypes", | |
| "Deployer", | |
| "Devtools", | |
| "Disqus", | |
| "Ecamm", | |
| "Etsy", | |
| "Ferriss", | |
| "Fleischmann", | |
| "Flexbox", | |
| "Frida", | |
| "Gladwell", | |
| "Greektown", | |
| "Gridsome's", | |
| "HATEOS", | |
| "HSTS", | |
| "Initializr", | |
| "Initializr's", | |
| "Jonny", | |
| "Lifecycle", | |
| "Linq", | |
| "Medpace", | |
| "Micronaut", | |
| "Mockito", | |
| "Netlify", | |
| "Orbitz", | |
| "POJO", | |
| "PWA's", | |
| "Parens", | |
| "Performant", | |
| "Plex", | |
| "Postgre", | |
| "Postgres", | |
| "Ramit", | |
| "Reddit", | |
| "Roboto", | |
| "SSGs", | |
| "Screencast", | |
| "Serverless", | |
| "Servlet", | |
| "Sethi", | |
| "Skillshare", | |
| "Springit", | |
| "Superfans", | |
| "Tful", | |
| "Thymeleaf", | |
| "Todo's", | |
| "Treeshaking", | |
| "URI's", | |
| "Udacity", | |
| "Udemy", | |
| "Upwork", | |
| "Vaynerchuk", | |
| "Vue's", | |
| "Vuex", | |
| "Walkthrough", | |
| "Westin", | |
| "Whitelabel", | |
| "afterbegin", | |
| "allclear", | |
| "annablair", | |
| "antialiased", | |
| "autofetch", | |
| "autolink", | |
| "autowire", | |
| "bootcamp", | |
| "bootcamps", | |
| "cloneable", | |
| "codemash", | |
| "codesandbox", | |
| "ctmpl", | |
| "cuyahoga", | |
| "danvega", | |
| "daos", | |
| "darkgrey", | |
| "datasource", | |
| "datastore", | |
| "dblclick", | |
| "deliverto", | |
| "deployable", | |
| "deserializing", | |
| "dirnam", | |
| "emojisense", | |
| "expdays", | |
| "fileio", | |
| "fullname", | |
| "gamers", | |
| "gmail", | |
| "gridsome", | |
| "hardcoded", | |
| "helloworld", | |
| "hifive", | |
| "highlightjs", | |
| "hotellisting", | |
| "hotelreservations", | |
| "installable", | |
| "instantsearch", | |
| "intelli", | |
| "intellisense", | |
| "interoperating", | |
| "johnsmith", | |
| "journaling", | |
| "keyup", | |
| "lipsum", | |
| "listify", | |
| "markdownit", | |
| "mdfigcaption", | |
| "mixins", | |
| "multiline", | |
| "nestjs", | |
| "newpost", | |
| "noopener", | |
| "noreferrer", | |
| "openbrewery", | |
| "prelighting", | |
| "println", | |
| "prismjs", | |
| "reddit", | |
| "reddits", | |
| "refence", | |
| "repo", | |
| "samsmith", | |
| "servlet", | |
| "servlets", | |
| "slugify", | |
| "spacebar", | |
| "springframework", | |
| "sqlite", | |
| "squirrelly", | |
| "stringify", | |
| "subframes", | |
| "tailwindcss", | |
| "techelevator", | |
| "templ", | |
| "templated", | |
| "templating", | |
| "therealdanvega", | |
| "tmpl", | |
| "todos", | |
| "transpiler", | |
| "unist", | |
| "vetur", | |
| "vuejs", | |
| "vuepress", | |
| "webdev", | |
| "webp", | |
| "youtube" | |
| ], | |
| "peacock.favoriteColors": [ | |
| { | |
| "name": "Angular Red", | |
| "value": "#b52e31" | |
| }, | |
| { | |
| "name": "Auth0 Orange", | |
| "value": "#eb5424" | |
| }, | |
| { | |
| "name": "Azure Blue", | |
| "value": "#007fff" | |
| }, | |
| { | |
| "name": "C# Purple", | |
| "value": "#68217A" | |
| }, | |
| { | |
| "name": "Gatsby Purple", | |
| "value": "#639" | |
| }, | |
| { | |
| "name": "Go Cyan", | |
| "value": "#5dc9e2" | |
| }, | |
| { | |
| "name": "Java Blue-Gray", | |
| "value": "#557c9b" | |
| }, | |
| { | |
| "name": "JavaScript Yellow", | |
| "value": "#f9e64f" | |
| }, | |
| { | |
| "name": "Mandalorian Blue", | |
| "value": "#1857a4" | |
| }, | |
| { | |
| "name": "Node Green", | |
| "value": "#215732" | |
| }, | |
| { | |
| "name": "React Blue", | |
| "value": "#00b3e6" | |
| }, | |
| { | |
| "name": "Something Different", | |
| "value": "#832561" | |
| }, | |
| { | |
| "name": "Vue Green", | |
| "value": "#42b883" | |
| } | |
| ], | |
| "vscode_custom_css.imports": [ | |
| "file:///Users/vega/synthwave84.css" | |
| ], | |
| "vscode_custom_css.policy": true, | |
| "workbench.iconTheme": "vscode-icons", | |
| "[json]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "omnisharp.enableEditorConfigSupport": true, | |
| "omnisharp.enableRoslynAnalyzers": true, | |
| "omnisharp.useEditorFormattingSettings": false, | |
| "prettier.singleQuote": true, | |
| // Global VS Code Settings appear here | |
| "[markdown]": { | |
| "editor.fontFamily": "\"IA Writer Duo S\", monospace", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 15, | |
| "editor.lineHeight": 26, | |
| "editor.wordWrap": "wordWrapColumn", | |
| "editor.wordWrapColumn": 100, | |
| "zenMode.centerLayout": true, | |
| "editor.lineNumbers": "on", | |
| "editor.quickSuggestions": false, | |
| }, | |
| "git.enableSmartCommit": true, | |
| "breadcrumbs.enabled": false, | |
| "grammarly.username": "[email protected]", | |
| "grammarly.password": "Cl3v3land23", | |
| "grammarly.userWords": [], | |
| "grammarly.diagnostics": { | |
| "[markdown]": { | |
| "ignore": [ | |
| "code", | |
| "inlineCode" | |
| ] | |
| } | |
| }, | |
| "liveshare.featureSet": "insiders" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment