Skip to content

Instantly share code, notes, and snippets.

@mikeatlas
Last active May 7, 2018 15:23
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 mikeatlas/77cbf2b045ad8b96f1c9440f04b932ee to your computer and use it in GitHub Desktop.
Save mikeatlas/77cbf2b045ad8b96f1c9440f04b932ee to your computer and use it in GitHub Desktop.
my vscode user settings
{
"window.zoomLevel": -1,
"files.associations": {
"*.peg": "pegjs"
},
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"python.linting.pep8Enabled": true,
"editor.fontSize": 11.5,
"editor.lineHeight": 16,
"workbench.colorCustomizations": {
"statusBar.background": "#320976",
"sideBar.background": "#1c0544",
"editorIndentGuide.activeBackground": "#ff0000"
},
"go.testFlags": [
"-v"
],
"python.disablePromptForFeatures": [
"pylint"
],
"go.lintTool": "golint",
"editor.formatOnSave": true,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 300000,
"gitlens.codeLens.scopes": [],
"gitlens.keymap": "alternate",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment