Skip to content

Instantly share code, notes, and snippets.

@kesllan
kesllan / settings.json
Created December 13, 2022 02:18 — forked from luizomf/settings.json
VS Code Python and Code Runner Settings for Windows
{
"window.zoomLevel": 5,
"editor.formatOnSave": true,
"code-runner.executorMap": {
"python": "clear ; .\\venv\\Scripts\\python.exe"
},
"code-runner.runInTerminal": true,
"code-runner.clearPreviousOutput": true,
// Python
"[python]": {