Skip to content

Instantly share code, notes, and snippets.

@jmalonzo
Last active August 10, 2020 01:18
Show Gist options
  • Save jmalonzo/e48abdcc4179d111fe1b90bc509e58af to your computer and use it in GitHub Desktop.
Save jmalonzo/e48abdcc4179d111fe1b90bc509e58af to your computer and use it in GitHub Desktop.
My VSCode settings
{
"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