Skip to content

Instantly share code, notes, and snippets.

View pZacca's full-sized avatar

Pedro Henrique Zaccaria pZacca

View GitHub Profile
@pZacca
pZacca / settings.json
Last active June 7, 2024 02:29
VS Code Python and Code Runner Settings for Windows
{
// Workbench and Window
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"workbench.editor.enablePreview": false,
"workbench.sideBar.location": "left",
"window.menuBarVisibility": "toggle",
"workbench.list.smoothScrolling": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "icons-carbon",