Last active
August 10, 2020 01:18
-
-
Save jmalonzo/e48abdcc4179d111fe1b90bc509e58af to your computer and use it in GitHub Desktop.
My VSCode settings
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
{ | |
"editor.fontLigatures": true, | |
"editor.fontFamily": "'Cascadia Code', 'Fira Code', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 12, | |
"python.insidersChannel": "off", | |
"terminal.integrated.shell.osx": "/usr/local/bin/fish", | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"workbench.preferredDarkColorTheme": "Material Theme Palenight High Contrast", | |
"workbench.preferredLightColorTheme": "Night Owl Light", | |
"workbench.preferredHighContrastColorTheme": "Material Theme Palenight High Contrast", | |
"workbench.colorTheme": "Material Theme Palenight High Contrast", | |
"webhint.enableTelemetry": "enabled", | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"python.jediEnabled": false, | |
"workbench.sideBar.location": "right", | |
"python.languageServer": "Microsoft" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment