Skip to content

Instantly share code, notes, and snippets.

@TobiG77
Created April 19, 2021 21:07
Show Gist options
  • Save TobiG77/c03e93974a0ec66532e13cc256c6875c to your computer and use it in GitHub Desktop.
Save TobiG77/c03e93974a0ec66532e13cc256c6875c to your computer and use it in GitHub Desktop.
{
"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