Skip to content

Instantly share code, notes, and snippets.

@robsonmgalvao
Last active February 11, 2024 17:01
Show Gist options
  • Save robsonmgalvao/e464df5ebe33bdc9ef1321f9945b982f to your computer and use it in GitHub Desktop.
Save robsonmgalvao/e464df5ebe33bdc9ef1321f9945b982f to your computer and use it in GitHub Desktop.
My favorite VS Code settings
{
"window.zoomLevel": 0.1,
"workbench.startupEditor": "none",
"explorer.compactFolders": false,
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 18,
"workbench.colorTheme": "OM Theme (Default Dracula Italic)",
"code-runner.executorMap": {
"python": "clear ; python3 -u",
},
"editor.wordWrap": "on"
"code-runner.runInTerminal": true,
"code-runner.ignoreSelection": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment