Skip to content

Instantly share code, notes, and snippets.

View robsonmgalvao's full-sized avatar

Robson M Galvão robsonmgalvao

View GitHub Profile
@robsonmgalvao
robsonmgalvao / settings.json
Last active February 11, 2024 17:01
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",
},