Created
July 15, 2019 07:19
-
-
Save 3lpsy/9f971d4055b5cb697afb983ff2e4f2e3 to your computer and use it in GitHub Desktop.
VSCode User Settings
This file contains hidden or 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
{ | |
"terminal.external.linuxExec": "termite", | |
"editor.fontSize": 20, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"workbench.enableExperiments": false, | |
"telemetry.enableCrashReporter": false, | |
"telemetry.enableTelemetry": false, | |
"update.enableWindowsBackgroundUpdates": false, | |
"update.mode": "none", | |
"terminal.integrated.fontSize": 20, | |
"workbench.settings.enableNaturalLanguageSearch": false, | |
"update.showReleaseNotes": false, | |
"extensions.autoCheckUpdates": false, | |
"extensions.autoUpdate": false, | |
"window.zoomLevel": 0, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, | |
"workbench.editor.enablePreview": false, | |
"python.formatting.provider": "black", | |
"html.format.indentHandlebars": true, | |
"vetur.format.options.tabSize": 4, | |
"python.dataScience.allowImportFromNotebook": false, | |
"python.dataScience.allowInput": false, | |
"python.dataScience.changeDirOnImportExport": false, | |
"python.dataScience.enabled": false, | |
"python.dataScience.showCellInputCode": false, | |
"python.dataScience.searchForJupyter": false, | |
"atomKeymap.promptV3Features": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment