Skip to content

Instantly share code, notes, and snippets.

@mondaini
Created February 27, 2018 18:19
Show Gist options
  • Save mondaini/038148c3861f23d27eaec24ea6d0f109 to your computer and use it in GitHub Desktop.
Save mondaini/038148c3861f23d27eaec24ea6d0f109 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
//"workbench.panel.location": "bottom",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"window.zoomLevel": 0,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.codeLens.scopes": [
"containers",
"document"
],
"gitlens.codeLens.enabled": false,
"gitlens.blame.heatmap.location": "left",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--ignore=E501"
],
"python.linting.flake8Path": "/home/filipe/.pyenv/shims/flake8",
"python.venvPath": "/home/filipe/.pyenv"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment