Created
February 27, 2018 18:19
-
-
Save mondaini/038148c3861f23d27eaec24ea6d0f109 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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