Created
October 24, 2022 13:01
-
-
Save luizomf/b9b0b953ec681af598d79f44226221af to your computer and use it in GitHub Desktop.
Configuração inicial do VS Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"window.zoomLevel": 2, | |
"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 ; python -u", | |
}, | |
"code-runner.runInTerminal": true, | |
"code-runner.ignoreSelection": true | |
} |
Valeu professor!
Valeu mestre !!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tks