Skip to content

Instantly share code, notes, and snippets.

@luizomf
Created October 24, 2022 13:01
Show Gist options
  • Save luizomf/b9b0b953ec681af598d79f44226221af to your computer and use it in GitHub Desktop.
Save luizomf/b9b0b953ec681af598d79f44226221af to your computer and use it in GitHub Desktop.
Configuração inicial do VS Code
{
"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
}
@Francis1802
Copy link

Estou gostando da Aula

@Jose-Herbert
Copy link

Professor em "workbench.colorTheme": "OM Theme (Default Dracula Italic)", esta ficando sublinhado, tem algum problema?

você não instalou a extensão do OMTheme

@JohnatanLeiroz
Copy link

quando mando executar o codigo pelo coderunner aparece isso, se mandar executar pelo executor do python vai normal
"Python nÒo encontrado; execute sem argumentos para instalar na Microsoft Store ou desabilite este atalho a partir de Configuraþ§es > Gerenciar Aliases de ExecuþÒo do Aplicativo.
PS E:\curso python\projetos> "

Copy link

ghost commented Jun 7, 2024

Professor em "workbench.colorTheme": "OM Theme (Default Dracula Italic)", esta ficando sublinhado, tem algum problema?

é pq vc não instalou os temas

@Julio-Neres
Copy link

Muito bom, já tinha instalado algumas extensões e nem lembrava, com esse código deu uma limpada e organizada no meu VSCode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment