Skip to content

Instantly share code, notes, and snippets.

@esparkman
Created June 8, 2018 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esparkman/fdefff510ca62f38e19d4b7c983d74c6 to your computer and use it in GitHub Desktop.
Save esparkman/fdefff510ca62f38e19d4b7c983d74c6 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"terminal.integrated.fontSize": 14,
"terminal.integrated.scrollback": 10000,
"git.path": "/usr/bin/git",
"workbench.colorTheme": "Dracula Soft",
"workbench.iconTheme": "vs-seti",
"files.exclude": {
"**/.git": false
},
"files.trimTrailingWhitespace": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"window.zoomLevel": 0,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"extensions.ignoreRecommendations": false,
"sync.gist": "6ce14c6e95d3fd81b7fdf56f1f255371",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-04-17T13:52:27.057Z",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"gitlens.keymap": "alternate",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"clock.dateFormat": "mm/dd/yyyy hh:MM TT",
"gitlens.historyExplorer.enabled": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html"
},
"eslint.packageManager": "yarn"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment