Last active
August 18, 2021 20:11
-
-
Save ericrocha97/aa719e9be319bf7e48f041730e24ca8b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "alwaysOnTop": false, | |
| "alwaysShowTabs": true, | |
| "confirmCloseAllTabs": true, | |
| "copyFormatting": "all", | |
| "copyOnSelect": true, | |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "disableAnimations": false, | |
| "experimental.rendering.forceFullRepaint": true, | |
| "experimental.rendering.software": true, | |
| "focusFollowMouse": true, | |
| "initialCols": 120, | |
| "initialRows": 30, | |
| "keybindings": [ | |
| { | |
| "command": { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "command": "paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "command": "find", | |
| "keys": "ctrl+shift+f" | |
| }, | |
| { | |
| "command": "closeTab", | |
| "keys": "ctrl+w" | |
| }, | |
| { | |
| "command": { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "keys": "alt+shift+d" | |
| } | |
| ], | |
| "launchMode": "default", | |
| "profiles": { | |
| "defaults": { | |
| "antialiasingMode": "grayscale", | |
| "closeOnExit": "graceful", | |
| "colorScheme": "Omni", | |
| "fontFace": "Fira Code", | |
| "fontSize": 10, | |
| "padding": "10", | |
| "startingDirectory": "D:/Projetos", | |
| "suppressApplicationTitle": true, | |
| "useAcrylic": false | |
| }, | |
| "list": [ | |
| { | |
| "commandline": "%USERPROFILE%\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShellPreview_8wekyb3d8bbwe\\pwsh.exe -nologo", | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "name": "PowerShell", | |
| "source": "Windows.Terminal.PowershellCore" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -nologo", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": false, | |
| "name": "Windows PowerShell" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\cmd.exe", | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "name": "Command Prompt" | |
| }, | |
| { | |
| "commandline": "wsl.exe -d Ubuntu zsh", | |
| "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
| "name": "Ubuntu", | |
| "source": "Windows.Terminal.Wsl" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": true, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| } | |
| ] | |
| }, | |
| "schemes": [ | |
| { | |
| "background": "#0C0C0C", | |
| "black": "#0C0C0C", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#3B78FF", | |
| "brightCyan": "#61D6D6", | |
| "brightGreen": "#16C60C", | |
| "brightPurple": "#B4009E", | |
| "brightRed": "#E74856", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#F9F1A5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#3A96DD", | |
| "foreground": "#CCCCCC", | |
| "green": "#13A10E", | |
| "name": "Campbell", | |
| "purple": "#881798", | |
| "red": "#C50F1F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#CCCCCC", | |
| "yellow": "#C19C00" | |
| }, | |
| { | |
| "name": "Omni", | |
| "cursorColor": "#F8F8F2", | |
| "selectionBackground": "#41414D", | |
| "background": "#191622", | |
| "foreground": "#E1E1E6", | |
| "black": "#000000", | |
| "blue": "#BD93F9", | |
| "cyan": "#8D79BA", | |
| "green": "#50FA7B", | |
| "purple": "#FF79C6", | |
| "red": "#FF5555", | |
| "white": "#BFBFBF", | |
| "yellow": "#EFFA78", | |
| "brightBlack": "#4D4D4D", | |
| "brightBlue": "#CAA9FA", | |
| "brightCyan": "#AA91E3", | |
| "brightGreen": "#5AF78E", | |
| "brightPurple": "#FF92D0", | |
| "brightRed": "#FF6E67", | |
| "brightWhite": "#E6E6E6", | |
| "brightYellow": "#EAF08D" | |
| }, | |
| { | |
| "background": "#012456", | |
| "black": "#0C0C0C", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#3B78FF", | |
| "brightCyan": "#61D6D6", | |
| "brightGreen": "#16C60C", | |
| "brightPurple": "#B4009E", | |
| "brightRed": "#E74856", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#F9F1A5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#3A96DD", | |
| "foreground": "#CCCCCC", | |
| "green": "#13A10E", | |
| "name": "Campbell Powershell", | |
| "purple": "#881798", | |
| "red": "#C50F1F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#CCCCCC", | |
| "yellow": "#C19C00" | |
| }, | |
| { | |
| "background": "#282A36", | |
| "black": "#21222C", | |
| "blue": "#BD93F9", | |
| "brightBlack": "#6272A4", | |
| "brightBlue": "#D6ACFF", | |
| "brightCyan": "#A4FFFF", | |
| "brightGreen": "#69FF94", | |
| "brightPurple": "#FF92DF", | |
| "brightRed": "#FF6E6E", | |
| "brightWhite": "#FFFFFF", | |
| "brightYellow": "#FFFFA5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#8BE9FD", | |
| "foreground": "#F8F8F2", | |
| "green": "#50FA7B", | |
| "name": "Dracula", | |
| "purple": "#FF79C6", | |
| "red": "#FF5555", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#F8F8F2", | |
| "yellow": "#F1FA8C" | |
| }, | |
| { | |
| "background": "#282C34", | |
| "black": "#282C34", | |
| "blue": "#61AFEF", | |
| "brightBlack": "#5A6374", | |
| "brightBlue": "#61AFEF", | |
| "brightCyan": "#56B6C2", | |
| "brightGreen": "#98C379", | |
| "brightPurple": "#C678DD", | |
| "brightRed": "#E06C75", | |
| "brightWhite": "#DCDFE4", | |
| "brightYellow": "#E5C07B", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#56B6C2", | |
| "foreground": "#DCDFE4", | |
| "green": "#98C379", | |
| "name": "One Half Dark", | |
| "purple": "#C678DD", | |
| "red": "#E06C75", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#DCDFE4", | |
| "yellow": "#E5C07B" | |
| }, | |
| { | |
| "background": "#FAFAFA", | |
| "black": "#383A42", | |
| "blue": "#0184BC", | |
| "brightBlack": "#4F525D", | |
| "brightBlue": "#61AFEF", | |
| "brightCyan": "#56B5C1", | |
| "brightGreen": "#98C379", | |
| "brightPurple": "#C577DD", | |
| "brightRed": "#DF6C75", | |
| "brightWhite": "#FFFFFF", | |
| "brightYellow": "#E4C07A", | |
| "cursorColor": "#4F525D", | |
| "cyan": "#0997B3", | |
| "foreground": "#383A42", | |
| "green": "#50A14F", | |
| "name": "One Half Light", | |
| "purple": "#A626A4", | |
| "red": "#E45649", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#FAFAFA", | |
| "yellow": "#C18301" | |
| }, | |
| { | |
| "background": "#002B36", | |
| "black": "#002B36", | |
| "blue": "#268BD2", | |
| "brightBlack": "#073642", | |
| "brightBlue": "#839496", | |
| "brightCyan": "#93A1A1", | |
| "brightGreen": "#586E75", | |
| "brightPurple": "#6C71C4", | |
| "brightRed": "#CB4B16", | |
| "brightWhite": "#FDF6E3", | |
| "brightYellow": "#657B83", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#2AA198", | |
| "foreground": "#839496", | |
| "green": "#859900", | |
| "name": "Solarized Dark", | |
| "purple": "#D33682", | |
| "red": "#DC322F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#EEE8D5", | |
| "yellow": "#B58900" | |
| }, | |
| { | |
| "background": "#FDF6E3", | |
| "black": "#002B36", | |
| "blue": "#268BD2", | |
| "brightBlack": "#073642", | |
| "brightBlue": "#839496", | |
| "brightCyan": "#93A1A1", | |
| "brightGreen": "#586E75", | |
| "brightPurple": "#6C71C4", | |
| "brightRed": "#CB4B16", | |
| "brightWhite": "#FDF6E3", | |
| "brightYellow": "#657B83", | |
| "cursorColor": "#002B36", | |
| "cyan": "#2AA198", | |
| "foreground": "#657B83", | |
| "green": "#859900", | |
| "name": "Solarized Light", | |
| "purple": "#D33682", | |
| "red": "#DC322F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#EEE8D5", | |
| "yellow": "#B58900" | |
| }, | |
| { | |
| "background": "#000000", | |
| "black": "#000000", | |
| "blue": "#3465A4", | |
| "brightBlack": "#555753", | |
| "brightBlue": "#729FCF", | |
| "brightCyan": "#34E2E2", | |
| "brightGreen": "#8AE234", | |
| "brightPurple": "#AD7FA8", | |
| "brightRed": "#EF2929", | |
| "brightWhite": "#EEEEEC", | |
| "brightYellow": "#FCE94F", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#06989A", | |
| "foreground": "#D3D7CF", | |
| "green": "#4E9A06", | |
| "name": "Tango Dark", | |
| "purple": "#75507B", | |
| "red": "#CC0000", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#D3D7CF", | |
| "yellow": "#C4A000" | |
| }, | |
| { | |
| "background": "#FFFFFF", | |
| "black": "#000000", | |
| "blue": "#3465A4", | |
| "brightBlack": "#555753", | |
| "brightBlue": "#729FCF", | |
| "brightCyan": "#34E2E2", | |
| "brightGreen": "#8AE234", | |
| "brightPurple": "#AD7FA8", | |
| "brightRed": "#EF2929", | |
| "brightWhite": "#EEEEEC", | |
| "brightYellow": "#FCE94F", | |
| "cursorColor": "#000000", | |
| "cyan": "#06989A", | |
| "foreground": "#555753", | |
| "green": "#4E9A06", | |
| "name": "Tango Light", | |
| "purple": "#75507B", | |
| "red": "#CC0000", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#D3D7CF", | |
| "yellow": "#C4A000" | |
| }, | |
| { | |
| "background": "#000000", | |
| "black": "#000000", | |
| "blue": "#000080", | |
| "brightBlack": "#808080", | |
| "brightBlue": "#0000FF", | |
| "brightCyan": "#00FFFF", | |
| "brightGreen": "#00FF00", | |
| "brightPurple": "#FF00FF", | |
| "brightRed": "#FF0000", | |
| "brightWhite": "#FFFFFF", | |
| "brightYellow": "#FFFF00", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#008080", | |
| "foreground": "#C0C0C0", | |
| "green": "#008000", | |
| "name": "Vintage", | |
| "purple": "#800080", | |
| "red": "#800000", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#C0C0C0", | |
| "yellow": "#808000" | |
| } | |
| ], | |
| "showTabsInTitlebar": true, | |
| "showTerminalTitleInTitlebar": true, | |
| "snapToGridOnResize": true, | |
| "startOnUserLogin": false, | |
| "startupActions": null, | |
| "tabSwitcherMode": "inOrder", | |
| "tabWidthMode": "equal", | |
| "theme": "dark", | |
| "wordDelimiters": " /\\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?\u2502" | |
| } |
This file contains hidden or 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
| { | |
| // Configurações do editor | |
| "editor.fontFamily": "Fira Code", | |
| "editor.fontLigatures": true, | |
| "editor.renderLineHighlight": "gutter", | |
| "editor.parameterHints.enabled": false, | |
| "editor.rulers": [ | |
| 80, | |
| 120 | |
| ], | |
| "editor.suggestSelection": "first", | |
| "editor.largeFileOptimizations": false, | |
| "editor.tabSize": 2, | |
| "editor.fontSize": 16, | |
| "editor.lineHeight": 26, | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": true | |
| }, | |
| "editor.formatOnSave": true, | |
| "editor.inlineHints.fontFamily": "Fira Code", | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| //Configurações do workbench | |
| "workbench.colorTheme": "Omni", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.editor.labelFormat": "short", | |
| "workbench.productIconTheme": "fluent-icons", | |
| "explorer.compactFolders": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.confirmDelete": false, | |
| //Configurações do terminal | |
| //"terminal.integrated.shell.windows": "C:\\Users\\Eric\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShellPreview_8wekyb3d8bbwe\\pwsh.exe", | |
| "terminal.integrated.copyOnSelection": true, | |
| "terminal.integrated.cursorStyle": "line", | |
| "terminal.integrated.gpuAcceleration": "on", | |
| "terminal.integrated.fontFamily": "Fira Code", | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.showExitAlert": false, | |
| //Configurações do material icon | |
| "material-icon-theme.activeIconPack": "nest", | |
| "material-icon-theme.folders.associations": { | |
| "infra": "app", | |
| "entities": "class", | |
| "domain": "class", | |
| "schemas": "class", | |
| "typeorm": "database", | |
| "repositories": "mappings", | |
| "http": "container", | |
| "migrations": "tools", | |
| "modules": "components", | |
| "implementations": "core", | |
| "dtos": "typescript", | |
| "fakes": "mock", | |
| "websockets": "pipe", | |
| "websocket": "pipe", | |
| "protos": "pipe", | |
| "grpc": "pipe", | |
| "providers": "include", | |
| "subscribers": "messages", | |
| "useCases": "controller", | |
| "kafka": "scripts", | |
| "mappers": "meta", | |
| "_shared": "shared", | |
| "eslint-config": "tools", | |
| "kube": "kubernetes" | |
| }, | |
| "material-icon-theme.files.associations": { | |
| "ormconfig.json": "database", | |
| "tsconfig.json": "tune", | |
| "*.proto": "3d", | |
| "*.webpack.js": "webpack", | |
| "routes.ts": "routing", | |
| "routes.js": "routing", | |
| "routes.tsx": "routing", | |
| "*.routes.tsx": "routing", | |
| "*.routes.js": "routing", | |
| }, | |
| //Config extensoes | |
| "extensions.ignoreRecommendations": true, | |
| "gitlens.codeLens.enabled": false, | |
| "sqltools.highlightQuery": false, | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| //Config Emmet | |
| "emmet.syntaxProfiles": { "javascript": "jsx" }, | |
| "emmet.includeLanguages": { "javascript": "javascriptreact" }, | |
| "javascript.suggest.autoImports": true, | |
| "typescript.suggest.autoImports": true, | |
| //Config Files | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.svn": true, | |
| "**/.hg": true, | |
| "**/CVS": true, | |
| "**/.DS_Store": true, | |
| "node_modules": false | |
| }, | |
| "files.associations": { | |
| "*.sql": "sql", | |
| ".sequelizerc": "javascript", | |
| ".stylelintrc": "json", | |
| ".prettierrc": "json", | |
| "*.tsx": "typescriptreact" | |
| }, | |
| "files.autoSave": "afterDelay", | |
| //Config cSpell | |
| "cSpell.userWords": [ | |
| "ARQJOB", | |
| "ARQJOBLET", | |
| "FCPR", | |
| "inválida", | |
| "chakra", | |
| "middlewares", | |
| "prefetch", | |
| "rocketseat" | |
| ], | |
| "cSpell.language": "en,pt-BR", | |
| "cSpell.enableFiletypes": [ | |
| "groovy", | |
| "makefile", | |
| "sql", | |
| "!asciidoc", | |
| "!c", | |
| "!cpp", | |
| "!csharp", | |
| "!go", | |
| "!handlebars", | |
| "!haskell", | |
| "!jade", | |
| "!java", | |
| "!latex", | |
| "!php", | |
| "!pug", | |
| "!python", | |
| "!restructuredtext", | |
| "!rust", | |
| "!scala", | |
| "!scss" | |
| ], | |
| "cSpell.ignoreWords": [ | |
| "a", | |
| "acelerar", | |
| "achar", | |
| "adicional", | |
| "agente", | |
| "alocacao", | |
| "alocadas", | |
| "alocado", | |
| "alocados", | |
| "alocação", | |
| "alocável", | |
| "ano", | |
| "ao", | |
| "apenas", | |
| "aproximação", | |
| "apuração", | |
| "argumento", | |
| "as", | |
| "ativo", | |
| "batidas", | |
| "beneficio", | |
| "benefício", | |
| "bruta", | |
| "bruto", | |
| "busca", | |
| "cada", | |
| "calculado", | |
| "calculá", | |
| "carga", | |
| "cargo", | |
| "caso", | |
| "checagem", | |
| "cliente", | |
| "como", | |
| "config", | |
| "configurada", | |
| "considerar", | |
| "contagem", | |
| "criado", | |
| "cálculo", | |
| "da", | |
| "das", | |
| "data", | |
| "date", | |
| "dbf", | |
| "de", | |
| "decimo", | |
| "deixará", | |
| "dele", | |
| "dentro", | |
| "depois", | |
| "descontos", | |
| "descrição", | |
| "deste", | |
| "deve", | |
| "devem", | |
| "dia", | |
| "diaria", | |
| "dispensa", | |
| "diurna", | |
| "diária", | |
| "do", | |
| "duas", | |
| "décimo", | |
| "e", | |
| "em", | |
| "empregaticio", | |
| "empregatício", | |
| "encargo", | |
| "encontra", | |
| "enquadram", | |
| "especial", | |
| "esperadas", | |
| "esperado", | |
| "esperados", | |
| "esta", | |
| "este", | |
| "estão", | |
| "example", | |
| "exceto", | |
| "exclusive", | |
| "exemplo", | |
| "extra", | |
| "extras", | |
| "false", | |
| "faz", | |
| "fazer", | |
| "feita", | |
| "feito", | |
| "ferias", | |
| "final", | |
| "flag", | |
| "foi", | |
| "for", | |
| "funcionário", | |
| "função", | |
| "funções", | |
| "geral", | |
| "gratificacao", | |
| "hora", | |
| "horaria", | |
| "horas", | |
| "horária", | |
| "horário", | |
| "horários", | |
| "há", | |
| "identifica", | |
| "identificar", | |
| "inativo", | |
| "informado", | |
| "int", | |
| "integer", | |
| "interno", | |
| "internos", | |
| "início", | |
| "irrf", | |
| "isto", | |
| "já", | |
| "limite", | |
| "lo", | |
| "local", | |
| "lotacao", | |
| "lotação", | |
| "mais", | |
| "marcação", | |
| "marcações", | |
| "matricula", | |
| "matrícula", | |
| "maximum", | |
| "mes", | |
| "mesmo", | |
| "minimum", | |
| "mês", | |
| "necessitam", | |
| "necessite", | |
| "nesta", | |
| "no", | |
| "nome", | |
| "nos", | |
| "noturna", | |
| "noturno", | |
| "novamente", | |
| "number", | |
| "não", | |
| "o", | |
| "operação", | |
| "os", | |
| "ou", | |
| "outras", | |
| "outros", | |
| "par", | |
| "para", | |
| "pares", | |
| "parâmetros", | |
| "periodo", | |
| "pertence", | |
| "pertencem", | |
| "período", | |
| "pois", | |
| "por", | |
| "possa", | |
| "possível", | |
| "previdencia", | |
| "previdência", | |
| "primeiro", | |
| "própria", | |
| "publico", | |
| "quando", | |
| "quantidade", | |
| "que", | |
| "referência", | |
| "registrada", | |
| "remuneracao", | |
| "remuneração", | |
| "repassar", | |
| "retornadas", | |
| "retornado", | |
| "retornar", | |
| "retorno", | |
| "rotina", | |
| "rápido", | |
| "se", | |
| "segundo", | |
| "seja", | |
| "sem", | |
| "ser", | |
| "servidor", | |
| "será", | |
| "situacao", | |
| "situações", | |
| "soma", | |
| "string", | |
| "superam", | |
| "são", | |
| "terceiro", | |
| "tipo", | |
| "todas", | |
| "tolerancia", | |
| "tolerância", | |
| "tolerâncias", | |
| "total", | |
| "trabalho", | |
| "um", | |
| "uma", | |
| "usa", | |
| "utilizada", | |
| "validação", | |
| "valor", | |
| "vantagens", | |
| "verificado", | |
| "vez", | |
| "vinculo", | |
| "vínculo", | |
| "às", | |
| "é", | |
| "única" | |
| ], | |
| //Config Sync | |
| "settingsSync.ignoredSettings": [ | |
| "terminal.integrated.shell.windows", | |
| ], | |
| "typescript.tsserver.log": "verbose", | |
| //Config Window | |
| "window.menuBarVisibility": "toggle", | |
| "window.zoomLevel": 0, | |
| //Demais config | |
| "javascript.updateImportsOnFileMove.enabled": "never", | |
| "typescript.updateImportsOnFileMove.enabled": "never", | |
| "breadcrumbs.enabled": true, | |
| "debug.console.fontFamily": "Fira Code", | |
| "markdown-preview-enhanced.previewTheme": "github-dark.css", | |
| "terminal.integrated.defaultProfile.windows": "PowerShell", | |
| "terminal.integrated.profiles.windows": { | |
| "PowerShell": { | |
| "source": "PowerShell", | |
| "args": [ | |
| "-nologo" | |
| ] | |
| } | |
| }, | |
| "terminal.integrated.defaultProfile.linux": "zsh", | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "git.autofetch": true, | |
| "editor.inlineSuggest.enabled": true, | |
| } |
This file contains hidden or 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
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "alwaysOnTop": false, | |
| "alwaysShowTabs": true, | |
| "confirmCloseAllTabs": true, | |
| "copyFormatting": "all", | |
| "copyOnSelect": true, | |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "disableAnimations": false, | |
| "experimental.rendering.forceFullRepaint": true, | |
| "experimental.rendering.software": true, | |
| "focusFollowMouse": true, | |
| "initialCols": 120, | |
| "initialRows": 30, | |
| "launchMode": "default", | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "antialiasingMode": "grayscale", | |
| "closeOnExit": "graceful", | |
| "colorScheme": "Dracula", | |
| "fontFace": "Fira Code", | |
| "fontSize": 10, | |
| "padding": "0, 0, 0, 0", | |
| "startingDirectory": "D:/Projetos", | |
| "suppressApplicationTitle": true, | |
| "useAcrylic": false | |
| }, | |
| "list": | |
| [ | |
| { | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "name": "PowerShell", | |
| "source": "Windows.Terminal.PowershellCore" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": true, | |
| "name": "Windows PowerShell" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\cmd.exe", | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "name": "Command Prompt" | |
| }, | |
| { | |
| "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
| "name": "Ubuntu", | |
| "source": "Windows.Terminal.Wsl" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": true, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| } | |
| ] | |
| }, | |
| "schemes": | |
| [ | |
| { | |
| "background": "#282A36", | |
| "black": "#21222C", | |
| "blue": "#BD93F9", | |
| "brightBlack": "#6272A4", | |
| "brightBlue": "#D6ACFF", | |
| "brightCyan": "#A4FFFF", | |
| "brightGreen": "#69FF94", | |
| "brightPurple": "#FF92DF", | |
| "brightRed": "#FF6E6E", | |
| "brightWhite": "#FFFFFF", | |
| "brightYellow": "#FFFFA5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#8BE9FD", | |
| "foreground": "#F8F8F2", | |
| "green": "#50FA7B", | |
| "name": "Dracula", | |
| "purple": "#FF79C6", | |
| "red": "#FF5555", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#F8F8F2", | |
| "yellow": "#F1FA8C" | |
| } | |
| ], | |
| "showTabsInTitlebar": true, | |
| "showTerminalTitleInTitlebar": true, | |
| "snapToGridOnResize": true, | |
| "startOnUserLogin": false, | |
| "startupActions": null, | |
| "tabSwitcherMode": "inOrder", | |
| "tabWidthMode": "equal", | |
| "theme": "dark", | |
| "wordDelimiters": " /\\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?\u2502", | |
| "keybindings": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "command": "paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "command": "find", | |
| "keys": "ctrl+shift+f" | |
| }, | |
| { | |
| "command": "closeTab", | |
| "keys": "ctrl+w" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "keys": "alt+shift+d" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment