Skip to content

Instantly share code, notes, and snippets.

View wesleyfeitosa's full-sized avatar
🎯
Focusing

Wesley Feitosa wesleyfeitosa

🎯
Focusing
View GitHub Profile
@wesleyfeitosa
wesleyfeitosa / settings.json
Last active September 3, 2022 16:39
VS Code settings.json
{
// Define o tema do VS Code
"workbench.colorTheme": "Omni",
"workbench.iconTheme": "material-icon-theme",
// Inicialização do Editor
"workbench.startupEditor": "newUntitledFile",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
// Fonte
"editor.fontFamily": "Fira Code",