Skip to content

Instantly share code, notes, and snippets.

@grantcarthew
Last active November 29, 2018 03:26
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 grantcarthew/347bb874306551a772753d3891d723aa to your computer and use it in GitHub Desktop.
Save grantcarthew/347bb874306551a772753d3891d723aa to your computer and use it in GitHub Desktop.
VSCode Settings Backup
{
"workbench.colorTheme": "Solarized Light",
"workbench.editor.closeEmptyGroups": false,
"explorer.openEditors.visible": 0,
"explorer.autoReveal": false,
"editor.tabSize": 2,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.codeLens.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.currentLine.enabled": false,
"standard.autoFixOnSave": true,
"workbench.iconTheme": "vscode-icons",
"gitlens.historyExplorer.enabled": true,
"vim.enableNeovim": true,
"vim.neovimPath": "D:\\Pool\\GDCSync\\Software\\Neovim\\bin\\nvim.exe",
"explorer.confirmDragAndDrop": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"breadcrumbs.enabled": true,
"files.associations": {
"*.schema": "json"
},
"vsicons.dontShowNewVersionMessage": true,
"files.enableTrash": false,
"editor.tabCompletion": "on",
"javascript.implicitProjectConfig.checkJs": true,
"todohighlight.include": [
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"**/*.html",
"**/*.php",
"**/*.css",
"**/*.scss",
"**/*.md"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment