Skip to content

Instantly share code, notes, and snippets.

@Leonardofreua
Leonardofreua / settings.json
Last active January 6, 2021 17:24
VSCode settings
{
"python.pythonPath": "/bin/python3.9",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.colorTheme": "Darcula Theme from IntelliJ",
"window.zoomLevel": 0,
"python.languageServer": "Microsoft",
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"workbench.iconTheme": "vs-nomo-dark",
"editor.minimap.enabled": false,