{ // Define o tema do VScode "workbench.colorTheme": "Dracula",

// Configuração tamanho e família da fonte //

"editor.fontSize": 17, "editor.lineHeight": 27, "editor.fontFamily": "Fira Code", // "editor.fontFamily": "Cascadia Code", // Como colocar fontes em formato json no settings do VScode? "editor.formatOnSave": true, "editor.formatOnPaste": true, "editor.codeActionsOnSave": { "source.fixAll": true, "source.organizeImports": true }, "editor.fontLigatures": true, "powermode.enabled": true, "powermode.shake.enabled": false, // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes "editor.rulers": [80, 120], // Aplica um sinal visual na esquerda da linha selecionada "editor.renderLineHighlight": "gutter", "editor.tabCompletion": "on", "workbench.editor.tabSizing": "shrink", "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": "active", // Aumenta a fonte do terminal "terminal.integrated.fontSize": 17, "liveServer.settings.donotShowInfoMsg": true, "workbench.iconTheme": "material-icon-theme", "terminal.integrated.shell.windows": "C:\windows\System32\bash.exe", "git.enableSmartCommit": true, "editor.tabSize": 2, "extensions.ignoreRecommendations": false, "workbench.activityBar.visible": true, // "php.validate.executablePath": null, "explorer.confirmDragAndDrop": false, "javascript.updateImportsOnFileMove.enabled": "always", "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "liveServer.settings.donotVerifyTags": true, "emmet.syntaxProfiles": { "javascript": "jsx" }, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "terminal.integrated.shell.osx": "/bin/zsh", "editor.wordWrap": "on", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "diffEditor.ignoreTrimWhitespace": false, "dart.analyzerInstrumentationLogFile": null, "gitlens.advanced.blame.customArguments": [], "tabnine.experimentalAutoImports": true, "cSpell.userWords": [ "abouts", "aceitos", "affordance", "agencia", "Alura", "an", "anônima", "Antônia", "appétit", "Arial", "aspectos", "avancar", "bacana", "baita", "Balle", "Bedimcode", "botao", "BOXICONS", "Btns", "bugou", "bulbasaur", "Burguer", "cabecalho", "capcha", "cartao", "cartoes", "Cascadia", "Castelli", "charmander", "codando", "codar", "Codepen", "codigo", "collabcode", "commandline", "conosco", "Contato", "contatos", "conteudo", "CRECISP", "crocante", "Deletar", "Demostre", "Desenvolvedor", "desenvolvedores", "DEVs", "devweb", "digitacao", "Ditko", "DOCTORCARE", "doidera", "dragao", "Dragonite", "eletrico", "empoderado", "entediante", "enxadrista", "experiencia", "felipemellao", "figma", "Flix", "Fone", "Garotinho", "Gengar", "gerencie", "Gohara", "Goku", "Grotesk", "Guarulhos", "Gyarados", "hambuger", "hambuguer", "hamburguer", "Helvetica", "heroicons", "hiper", "hotspot", "identar", "ifood", "Ilustration", "imageurl", "indice", "informacoes", "inital", "insidefirst", "lanchonete", "logomarca", "Lumiance", "Maik", "mailtrap", "Mais", "maquetes", "Mell", "Mellão", "metadados", "mikey", "mkdir", "modern", "modernão", "moletom", "morô", "multiplos", "navegacao", "nextauth", "nima", "o", "pediátricos", "peraí", "perform", "performático", "perplecto", "perspectiva", "pikachu", "Pinterest", "planejar", "pokebola", "Pokedex", "Pokemons", "pomodoro", "porcentagem", "prazeroso", "preconnect", "previnir", "procastinado", "procastinar", "Proffy", "proffys", "progressbar", "quadrinhos", "Quimica", "rastreamento", "refatora", "refatoração", "Refatorar", "registra", "registrado", "registram", "registro", "registroformulario", "respectivamente", "responsabilities", "responsividade", "rgba", "rocketseat", "rodape", "rolagem", "rotacionados", "seção", "secundario", "secundary", "Selecao", "Senioridade", "setar", "setinha", "subtitulo", "tailwindcss", "thirdtitle", "tico", "Tonini", "trafegar", "treslinhas", "Uchiha", "Udemy", "Ultron", "UNIBTA", "Velho", "whatsapp", "XCOMPANY", "zeplin" ], "cSpell.language": "en,pt", // "sync.gist": "424068615051415c6ebcad65d2b763c5", // "sync.autoDownload": true, // "sync.autoUpload": true, // "sync.quietSync": true, // "sync.removeExtensions": false, "liveServer.settings.AdvanceCustomBrowserCmdLine": "", "auto-rename-tag.activationOnLanguage": ["*"], "http.proxyAuthorization": null, "explorer.confirmDelete": false, "gitlens.advanced.messages": { // "suppressImproperWorkspaceCasingWarning": true }, "terminal.integrated.tabs.enabled": true, "security.workspace.trust.untrustedFiles": "open", "terminal.integrated.defaultProfile.windows": "Ubuntu (WSL)", "terminal.integrated.automationShell.linux": "", "typescript.updateImportsOnFileMove.enabled": "always", "launch": { "configurations": [], "compounds": [] }, "mssql.connections": [ { "server": "{{put-server-name-here}}", "database": "{{put-database-name-here}}", "user": "{{put-username-here}}", "password": "" } ], "bracketPairColorizer.depreciation-notice": false, "bracket-pair-colorizer-2.depreciation-notice": false, "editor.cursorWidth": 4, "editor.cursorBlinking": "smooth", "cSpell.languageSettings": [

], "liveServer.settings.port": 0, "json.schemas": [], "files.autoSave": "afterDelay", "explorer.compactFolders": false, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.unicodeHighlight.invisibleCharacters": false, "workbench.productIconTheme": "fluent-icons", "[javascript]": { "editor.defaultFormatter": "HookyQR.beautify" }, "symbols.hidesExplorerArrows": false }