Skip to content

Instantly share code, notes, and snippets.

@ankon
Created May 12, 2017 13:20
Show Gist options
  • Save ankon/d9c246a42bab6b7e0d614eeb411653c2 to your computer and use it in GitHub Desktop.
Save ankon/d9c246a42bab6b7e0d614eeb411653c2 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "boundary",
"workbench.editor.closeOnFileDelete": false,
"files.autoSave": "onFocusChange",
"typescript.disableAutomaticTypeAcquisition": false,
"eslint.enable": true,
"eslint.run": "onType",
"zenMode.hideStatusBar": false,
"zenMode.hideTabs": false,
"java.referencesCodeLens.enabled": false,
// "go.lintTool": "gometalinter",
// For python3, for python2 change these in the workspace settings.
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintPath": "/usr/bin/python3-pylint",
"debug.allowBreakpointsEverywhere": true,
"[cpp]": {
"editor.quickSuggestions": false
},
"[c]": {
"editor.quickSuggestions": false
},
"javascript.implicitProjectConfig.checkJs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment