{ "editor.minimap.enabled": true, "[shellscript]": {}, "git.autofetch": true, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "python.jediEnabled": false, "[python]": {}, "python.pythonPath": "python3", "workbench.colorCustomizations": { "activityBar.activeBorder": "#ff7301", "activityBar.activeBackground": "#303a46", "tab.activeBorder": "#ff7301", "tab.activeBackground": "#303a46", "tab.hoverBorder": "#5eff00", }, "[plaintext]": {}, "files.associations": { "*.txt": "plaintext" }, "[pip-requirements]": { }, "kite.showWelcomeNotificationOnStartup": false, "editor.renderWhitespace": "none", "editor.renderControlCharacters": false, "terminal.integrated.rendererType": "dom", "terminal.integrated.shell.linux": "/usr/bin/zsh", "workbench.colorTheme": "Andromeda Colorizer", "workbench.iconTheme": "material-icon-theme", "terminal.integrated.scrollback": 10000, "terminal.integrated.fontSize": 12, "terminal.integrated.fontFamily": "'Liberation Mono Regular', 'monospace', monospace, 'Liberation Mono Regular'", "sync.autoUpload": false, "sync.gist": "", "sync.removeExtensions": true, "sync.forceUpload": false }