Created
April 19, 2021 21:07
-
-
Save TobiG77/c03e93974a0ec66532e13cc256c6875c to your computer and use it in GitHub Desktop.
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
{ | |
"telemetry.enableTelemetry": false, | |
"terminal.integrated.fontFamily": "TerminessTTF Nerd Font, monospace", | |
"editor.renderControlCharacters": true, | |
"files.autoSave": "onFocusChange", | |
"editor.fontFamily": "SpaceMono Nerd Font Mono, Menlo, monospace", | |
"extensions.autoUpdate": false, | |
"debug.console.fontFamily": "TerminessTTF Nerd Font, monospace", | |
"editor.codeLensFontFamily": "TerminessTTF Nerd Font, monospace", | |
"window.zoomLevel": 1, | |
"window.autoDetectColorScheme": true, | |
"editor.minimap.enabled": false, | |
"files.watcherExclude": { | |
"**/_build/**": true | |
}, | |
"search.exclude": { | |
"**/_build/**": true | |
}, | |
"workbench.editorAssociations": [ | |
{ | |
"viewType": "jupyter.notebook.ipynb", | |
"filenamePattern": "*.ipynb" | |
} | |
], | |
"diffEditor.ignoreTrimWhitespace": false, | |
"todo-tree.tree.showScanModeButton": false, | |
"git.autofetch": true, | |
"files.trimTrailingWhitespace": true, | |
"workbench.colorTheme": "Default Light+" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment