Skip to content

Instantly share code, notes, and snippets.

@Surreal9
Created May 30, 2018 15:47
Show Gist options
  • Save Surreal9/40a205e04a6d2aad8c705ba74ca7eee3 to your computer and use it in GitHub Desktop.
Save Surreal9/40a205e04a6d2aad8c705ba74ca7eee3 to your computer and use it in GitHub Desktop.
vscode user settings
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"dist": true,
"**/node_modules": true,
"doc/schema": true,
"coverage": true
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"editor.minimap.enabled": true,
"editor.formatOnSave": true,
"workbench.activityBar.visible": true,
"window.title": "${dirty}${rootName}${separator}${activeEditorMedium}",
"workbench.editor.enablePreviewFromQuickOpen": false,
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": true,
"emmet.triggerExpansionOnTab": true,
"explorer.confirmDelete": false,
"sync.gist": "87852c20447fc8da3d14a5b9892cd972",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-04-23T22:28:56.727Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"workbench.colorTheme": "Cobalt2",
"gitlens.historyExplorer.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment