Skip to content

Instantly share code, notes, and snippets.

@ericrocha97
Last active August 18, 2021 20:11
Show Gist options
  • Select an option

  • Save ericrocha97/aa719e9be319bf7e48f041730e24ca8b to your computer and use it in GitHub Desktop.

Select an option

Save ericrocha97/aa719e9be319bf7e48f041730e24ca8b to your computer and use it in GitHub Desktop.

Revisions

  1. ericrocha97 revised this gist Aug 11, 2021. 1 changed file with 25 additions and 9 deletions.
    34 changes: 25 additions & 9 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -32,7 +32,7 @@
    "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.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",
    @@ -55,6 +55,7 @@
    "dtos": "typescript",
    "fakes": "mock",
    "websockets": "pipe",
    "websocket": "pipe",
    "protos": "pipe",
    "grpc": "pipe",
    "providers": "include",
    @@ -70,20 +71,21 @@
    "ormconfig.json": "database",
    "tsconfig.json": "tune",
    "*.proto": "3d",
    "*.webpack.js": "webpack"
    "*.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"
    },
    "emmet.syntaxProfiles": { "javascript": "jsx" },
    "emmet.includeLanguages": { "javascript": "javascriptreact" },
    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,
    //Config Files
    @@ -367,5 +369,19 @@
    "javascript.updateImportsOnFileMove.enabled": "never",
    "typescript.updateImportsOnFileMove.enabled": "never",
    "breadcrumbs.enabled": true,
    "debug.console.fontFamily": "Fira Code"
    "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,
    }
  2. ericrocha97 revised this gist May 9, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion terminalNew.json
    Original file line number Diff line number Diff line change
    @@ -56,7 +56,7 @@
    },
    "list": [
    {
    "commandline": "C:\\Users\\eric_\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShellPreview_8wekyb3d8bbwe\\pwsh.exe -nologo",
    "commandline": "%USERPROFILE%\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShellPreview_8wekyb3d8bbwe\\pwsh.exe -nologo",
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "name": "PowerShell",
    "source": "Windows.Terminal.PowershellCore"
  3. ericrocha97 revised this gist May 9, 2021. 1 changed file with 353 additions and 0 deletions.
    353 changes: 353 additions & 0 deletions terminalNew.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,353 @@
    {
    "$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": "C:\\Users\\eric_\\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"
    }
  4. ericrocha97 revised this gist Apr 16, 2021. 1 changed file with 360 additions and 294 deletions.
    654 changes: 360 additions & 294 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -1,305 +1,371 @@
    {

    // Configurações da fonte
    // Configurações do editor
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,

    // Demais configurações
    "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",

    "explorer.compactFolders": false,
    "editor.renderLineHighlight": "gutter",
    "workbench.editor.labelFormat": "short",
    "extensions.ignoreRecommendations": true,

    "javascript.updateImportsOnFileMove.enabled": "never",
    "typescript.updateImportsOnFileMove.enabled": "never",

    "breadcrumbs.enabled": true,
    "editor.parameterHints.enabled": false,
    "workbench.productIconTheme": "fluent-icons",
    "explorer.compactFolders": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,

    "emmet.syntaxProfiles": { "javascript": "jsx" },
    "emmet.includeLanguages": { "javascript": "javascriptreact" },

    //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",
    "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"
    },
    //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,


    // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes
    "editor.rulers": [
    80,
    120
    ],
    "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    "node_modules": false
    },

    "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",
    "",
    "identifica",
    "identificar",
    "inativo",
    "informado",
    "int",
    "integer",
    "interno",
    "internos",
    "início",
    "irrf",
    "isto",
    "",
    "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"
    ],
    "material-icon-theme.folders.associations": {
    "migrations": "tools",
    "ormconfig.json": "database",
    "tsconfig.json": "tune",
    "*.proto": "3d"
    },
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "debug.console.fontFamily": "Fira Code",
    "cSpell.userWords": [
    "ARQJOB",
    "ARQJOBLET",
    "FCPR",
    "inválida"
    ],

    "terminal.integrated.shell.windows": "C:\\Users\\eric_\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShellPreview_8wekyb3d8bbwe\\pwsh.exe",
    "cSpell.language": "en,pt-BR",
    "cSpell.enableFiletypes": [
    "groovy",
    "makefile",
    "sql"
    ],


    "gitlens.codeLens.enabled": false,
    "diffEditor.ignoreTrimWhitespace": true,
    "editor.largeFileOptimizations": false,
    "files.associations": {
    "*.sql": "sql"
    },
    "sqltools.highlightQuery": false,
    "editor.inlineHints.fontFamily": "Fira Code",
    "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
    },
    "terminal.integrated.copyOnSelection": true,
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.gpuAcceleration": "on",
    "terminal.integrated.fontFamily": "Fira Code"

    }
    //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",
    "",
    "identifica",
    "identificar",
    "inativo",
    "informado",
    "int",
    "integer",
    "interno",
    "internos",
    "início",
    "irrf",
    "isto",
    "",
    "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"
    }
  5. ericrocha97 revised this gist Apr 15, 2021. 2 changed files with 65 additions and 307 deletions.
    27 changes: 8 additions & 19 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -4,9 +4,6 @@
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,

    "terminal.integred.fontFamily": "Fira Code",
    "terminal.integred.fontLigatures": true,

    // Demais configurações
    "workbench.colorTheme": "Omni",
    "workbench.iconTheme": "material-icon-theme",
    @@ -45,15 +42,6 @@
    "**/.DS_Store": true,
    "node_modules": false
    },



    // Aumenta a fonte do terminal
    "terminal.integrated.fontSize":14,





    "cSpell.ignoreWords": [
    "a",
    @@ -281,20 +269,15 @@
    },
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "java.home": "C:\\Program Files\\Java\\jdk1.8.0_241",
    "java.debug.settings.console": "internalConsole",
    "debug.console.fontFamily": "Fira Code",
    "terminal.integrated.fontFamily": "Fira Code",
    "cSpell.userWords": [
    "ARQJOB",
    "ARQJOBLET",
    "FCPR",
    "inválida"
    ],

    "java.semanticHighlighting.enabled": false,
    "java.requirements.JDK11Warning": false,
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "terminal.integrated.shell.windows": "C:\\Users\\eric_\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShellPreview_8wekyb3d8bbwe\\pwsh.exe",
    "cSpell.language": "en,pt-BR",
    "cSpell.enableFiletypes": [
    "groovy",
    @@ -311,6 +294,12 @@
    },
    "sqltools.highlightQuery": false,
    "editor.inlineHints.fontFamily": "Fira Code",

    "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
    },
    "terminal.integrated.copyOnSelection": true,
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.gpuAcceleration": "on",
    "terminal.integrated.fontFamily": "Fira Code"

    }
    345 changes: 57 additions & 288 deletions windows-termial.json
    Original file line number Diff line number Diff line change
    @@ -1,175 +1,65 @@
    {
    "$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,
    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    "keybindings":
    [
    // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
    // These two lines additionally bind them to Ctrl+C and Ctrl+V.
    // To learn more about selection, visit https://aka.ms/terminal-selection
    {
    "command":
    {
    "action": "copy",
    "singleLine": false
    },
    "keys": "ctrl+c"
    },
    {
    "command": "paste",
    "keys": "ctrl+v"
    },
    // Press Ctrl+Shift+F to open the search box
    {
    "command": "find",
    "keys": "ctrl+shift+f"
    },
    // Press Alt+Shift+D to open a new pane.
    // - "split": "auto" makes this pane open in the direction that provides the most surface area.
    // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
    // To learn more about panes, visit https://aka.ms/terminal-panes
    {
    "command":
    {
    "action": "splitPane",
    "split": "auto",
    "splitMode": "duplicate"
    },
    "keys": "alt+shift+d"
    }
    ],
    "focusFollowMouse": true,
    "initialCols": 120,
    "initialRows": 30,
    "launchMode": "default",
    "profiles":
    {
    "defaults":
    {
    "antialiasingMode": "grayscale",
    "closeOnExit": "graceful",
    "colorScheme": "Dracula",
    "experimental.retroTerminalEffect": false,
    "fontFace": "Fira Code",
    "fontSize": 10,
    "padding": "0, 0, 0, 0",
    "startingDirectory": "D:/Projetos",
    "suppressApplicationTitle": true,
    "useAcrylic": false
    },
    "list":
    [
    {
    "fontSize": 10,
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell",
    "padding": "0",
    "source": "Windows.Terminal.PowershellCore",
    "startingDirectory": "D:/Projetos",
    "useAcrylic": false
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "acrylicOpacity": 0.5,
    "background": "#282A36",
    "closeOnExit": "graceful",
    "colorScheme": "Dracula",
    "commandline": "powershell.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 10,
    "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "historySize": 9001,
    "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
    "name": "Windows PowerShell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "D:/Projetos",
    "useAcrylic": false
    "hidden": true,
    "name": "Windows PowerShell"
    },
    {
    "acrylicOpacity": 0.75,
    "closeOnExit": "graceful",
    "colorScheme": "Campbell",
    "commandline": "cmd.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 10,
    "commandline": "%SystemRoot%\\System32\\cmd.exe",
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "historySize": 9001,
    "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
    "name": "cmd",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "D:/Projetos",
    "useAcrylic": true
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    "name": "Command Prompt"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "commandline": "wsl.exe -d Ubuntu zsh",
    "icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
    "name": "zsh",
    "tabTitle": "ZSH"
    "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"
    },
    {
    "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",
    @@ -192,168 +82,47 @@
    "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"
    },
    }
    ],
    "showTabsInTitlebar": true,
    "showTerminalTitleInTitlebar": true,
    "snapToGridOnResize": true,
    "startOnUserLogin": false,
    "startupActions": null,
    "tabSwitcherMode": "inOrder",
    "tabWidthMode": "equal",
    "theme": "dark",
    "wordDelimiters": " /\\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?\u2502",
    "keybindings":
    [
    {
    "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"
    "command":
    {
    "action": "copy",
    "singleLine": false
    },
    "keys": "ctrl+c"
    },
    {
    "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"
    "command": "paste",
    "keys": "ctrl+v"
    },
    {
    "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"
    "command": "find",
    "keys": "ctrl+shift+f"
    },
    {
    "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"
    "command": "closeTab",
    "keys": "ctrl+w"
    },
    {
    "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"
    "command":
    {
    "action": "splitPane",
    "split": "auto",
    "splitMode": "duplicate"
    },
    "keys": "alt+shift+d"
    }
    ],
    "theme": "dark"
    ]
    }
  6. ericrocha97 revised this gist Mar 16, 2021. 2 changed files with 351 additions and 117 deletions.
    13 changes: 9 additions & 4 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,12 @@
    {

    // Configurações da fonte JetBrains Mono
    "editor.fontFamily": "JetBrains Mono",
    // Configurações da fonte
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,

    "terminal.integred.fontFamily": "Fira Code",
    "terminal.integred.fontLigatures": true,

    // Demais configurações
    "workbench.colorTheme": "Omni",
    "workbench.iconTheme": "material-icon-theme",
    @@ -49,6 +52,7 @@
    "terminal.integrated.fontSize":14,





    "cSpell.ignoreWords": [
    @@ -305,7 +309,8 @@
    "files.associations": {
    "*.sql": "sql"
    },
    "sqltools.highlightQuery": false

    "sqltools.highlightQuery": false,
    "editor.inlineHints.fontFamily": "Fira Code",


    }
    455 changes: 342 additions & 113 deletions windows-termial.json
    Original file line number Diff line number Diff line change
    @@ -1,130 +1,359 @@

    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation

    {
    "$schema": "https://aka.ms/terminal-profiles-schema",

    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",

    "profiles" :
    "copyFormatting": "all",
    "copyOnSelect": true,
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "experimental.rendering.forceFullRepaint": true,
    "experimental.rendering.software": true,
    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    "keybindings":
    [
    // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
    // These two lines additionally bind them to Ctrl+C and Ctrl+V.
    // To learn more about selection, visit https://aka.ms/terminal-selection
    {
    "acrylicOpacity" : 0.5,
    "background" : "#282A36",
    "closeOnExit" : true,
    "colorScheme" : "Dracula",
    "commandline" : "powershell.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace": "Fira Code", // <= And this
    "fontSize" : 10,
    "guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
    "name" : "Windows PowerShell",
    "padding" : "0, 0, 0, 0",
    "snapOnInput" : true,
    "startingDirectory" : "D:/Projetos",
    "useAcrylic" : false
    "command":
    {
    "action": "copy",
    "singleLine": false
    },
    "keys": "ctrl+c"
    },
    {
    "acrylicOpacity" : 0.75,
    "closeOnExit" : true,
    "colorScheme" : "Material",
    "commandline" : "cmd.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace": "Fira Code", // <= And this
    "fontSize" : 10,
    "guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
    "name" : "cmd",
    "padding" : "0, 0, 0, 0",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : true
    "command": "paste",
    "keys": "ctrl+v"
    },
    // Press Ctrl+Shift+F to open the search box
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    "command": "find",
    "keys": "ctrl+shift+f"
    },
    // Press Alt+Shift+D to open a new pane.
    // - "split": "auto" makes this pane open in the direction that provides the most surface area.
    // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
    // To learn more about panes, visit https://aka.ms/terminal-panes
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "fontFace": "Fira Code", // <= And this
    "fontSize" : 10,
    "colorScheme" : "Dracula",
    "source": "Windows.Terminal.Wsl"
    "command":
    {
    "action": "splitPane",
    "split": "auto",
    "splitMode": "duplicate"
    },
    "keys": "alt+shift+d"
    }
    ],
    "schemes" :
    "profiles":
    {
    "defaults":
    {
    "colorScheme": "Dracula",
    "experimental.retroTerminalEffect": false,
    "fontFace": "Fira Code",
    "useAcrylic": false
    },
    "list":
    [
    {
    "fontSize": 10,
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell",
    "padding": "0",
    "source": "Windows.Terminal.PowershellCore",
    "startingDirectory": "D:/Projetos",
    "useAcrylic": false
    },
    {
    "acrylicOpacity": 0.5,
    "background": "#282A36",
    "closeOnExit": "graceful",
    "colorScheme": "Dracula",
    "commandline": "powershell.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 10,
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "historySize": 9001,
    "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
    "name": "Windows PowerShell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "D:/Projetos",
    "useAcrylic": false
    },
    {
    "acrylicOpacity": 0.75,
    "closeOnExit": "graceful",
    "colorScheme": "Campbell",
    "commandline": "cmd.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 10,
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "historySize": 9001,
    "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
    "name": "cmd",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "D:/Projetos",
    "useAcrylic": true
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "commandline": "wsl.exe -d Ubuntu zsh",
    "icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
    "name": "zsh",
    "tabTitle": "ZSH"
    }
    ]
    },
    "schemes":
    [
    {
    "background" : "#282A36",
    "black" : "#21222C",
    "blue" : "#BD93F9",
    "brightBlack" : "#6272A4",
    "brightBlue" : "#D6ACFF",
    "brightCyan" : "#A4FFFF",
    "brightGreen" : "#69FF94",
    "brightPurple" : "#FF92DF",
    "brightRed" : "#FF6E6E",
    "brightWhite" : "#FFFFFF",
    "brightYellow" : "#FFFFA5",
    "cyan" : "#8BE9FD",
    "foreground" : "#F8F8F2",
    "green" : "#50FA7B",
    "name" : "Dracula",
    "purple" : "#FF79C6",
    "red" : "#FF5555",
    "white" : "#F8F8F2",
    "yellow" : "#F1FA8C"
    "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": "Material", // Note the name! Can be changed of course.
    "background": "#1E282C",
    "black": "#073641",
    "blue": "#80CBC3",
    "brightBlack": "#002B36",
    "brightBlue": "#7DC6BF",
    "brightCyan": "#34434D",
    "brightGreen": "#C3E88D",
    "brightPurple": "#6C71C3",
    "brightRed": "#EB606B",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#F7EB95",
    "cyan": "#AEDDFF",
    "foreground": "#C3C7D1",
    "green": "#C3E88D",
    "purple": "#FF2490",
    "red": "#EB606B",
    "white": "#FFFFFF",
    "yellow": "#F7EB95"
    }
    ],

    // Add any keybinding overrides to this array.
    // To unbind a default keybinding, set the command to "unbound"
    "keybindings": [
    {
    "command": {
    "action": "newTab",
    "index": 0
    },
    "keys": "ctrl+n"
    {
    "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"
    },
    {
    "command": {
    "action": "closeTab",
    "index": 0
    },
    "keys": "ctrl+w"
    {
    "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"
    }
    ]
    }
    ],
    "theme": "dark"
    }
  7. ericrocha97 revised this gist Feb 28, 2021. 1 changed file with 311 additions and 0 deletions.
    311 changes: 311 additions & 0 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,311 @@
    {

    // Configurações da fonte JetBrains Mono
    "editor.fontFamily": "JetBrains Mono",
    "editor.fontLigatures": true,

    // Demais configurações
    "workbench.colorTheme": "Omni",
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",

    "explorer.compactFolders": false,
    "editor.renderLineHighlight": "gutter",
    "workbench.editor.labelFormat": "short",
    "extensions.ignoreRecommendations": true,

    "javascript.updateImportsOnFileMove.enabled": "never",
    "typescript.updateImportsOnFileMove.enabled": "never",

    "breadcrumbs.enabled": true,
    "editor.parameterHints.enabled": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,

    "emmet.syntaxProfiles": { "javascript": "jsx" },
    "emmet.includeLanguages": { "javascript": "javascriptreact" },

    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,


    // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes
    "editor.rulers": [
    80,
    120
    ],
    "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    "node_modules": false
    },



    // Aumenta a fonte do terminal
    "terminal.integrated.fontSize":14,




    "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",
    "",
    "identifica",
    "identificar",
    "inativo",
    "informado",
    "int",
    "integer",
    "interno",
    "internos",
    "início",
    "irrf",
    "isto",
    "",
    "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"
    ],
    "material-icon-theme.folders.associations": {
    "migrations": "tools",
    "ormconfig.json": "database",
    "tsconfig.json": "tune",
    "*.proto": "3d"
    },
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "java.home": "C:\\Program Files\\Java\\jdk1.8.0_241",
    "java.debug.settings.console": "internalConsole",
    "debug.console.fontFamily": "Fira Code",
    "terminal.integrated.fontFamily": "Fira Code",
    "cSpell.userWords": [
    "ARQJOB",
    "ARQJOBLET",
    "FCPR",
    "inválida"
    ],

    "java.semanticHighlighting.enabled": false,
    "java.requirements.JDK11Warning": false,
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "cSpell.language": "en,pt-BR",
    "cSpell.enableFiletypes": [
    "groovy",
    "makefile",
    "sql"
    ],


    "gitlens.codeLens.enabled": false,
    "diffEditor.ignoreTrimWhitespace": true,
    "editor.largeFileOptimizations": false,
    "files.associations": {
    "*.sql": "sql"
    },
    "sqltools.highlightQuery": false


    }
  8. ericrocha97 created this gist Feb 28, 2021.
    130 changes: 130 additions & 0 deletions windows-termial.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,130 @@

    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation

    {
    "$schema": "https://aka.ms/terminal-profiles-schema",

    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",

    "profiles" :
    [
    {
    "acrylicOpacity" : 0.5,
    "background" : "#282A36",
    "closeOnExit" : true,
    "colorScheme" : "Dracula",
    "commandline" : "powershell.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace": "Fira Code", // <= And this
    "fontSize" : 10,
    "guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
    "name" : "Windows PowerShell",
    "padding" : "0, 0, 0, 0",
    "snapOnInput" : true,
    "startingDirectory" : "D:/Projetos",
    "useAcrylic" : false
    },
    {
    "acrylicOpacity" : 0.75,
    "closeOnExit" : true,
    "colorScheme" : "Material",
    "commandline" : "cmd.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace": "Fira Code", // <= And this
    "fontSize" : 10,
    "guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
    "name" : "cmd",
    "padding" : "0, 0, 0, 0",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : true
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "fontFace": "Fira Code", // <= And this
    "fontSize" : 10,
    "colorScheme" : "Dracula",
    "source": "Windows.Terminal.Wsl"
    }
    ],
    "schemes" :
    [
    {
    "background" : "#282A36",
    "black" : "#21222C",
    "blue" : "#BD93F9",
    "brightBlack" : "#6272A4",
    "brightBlue" : "#D6ACFF",
    "brightCyan" : "#A4FFFF",
    "brightGreen" : "#69FF94",
    "brightPurple" : "#FF92DF",
    "brightRed" : "#FF6E6E",
    "brightWhite" : "#FFFFFF",
    "brightYellow" : "#FFFFA5",
    "cyan" : "#8BE9FD",
    "foreground" : "#F8F8F2",
    "green" : "#50FA7B",
    "name" : "Dracula",
    "purple" : "#FF79C6",
    "red" : "#FF5555",
    "white" : "#F8F8F2",
    "yellow" : "#F1FA8C"
    },
    {
    "name": "Material", // Note the name! Can be changed of course.
    "background": "#1E282C",
    "black": "#073641",
    "blue": "#80CBC3",
    "brightBlack": "#002B36",
    "brightBlue": "#7DC6BF",
    "brightCyan": "#34434D",
    "brightGreen": "#C3E88D",
    "brightPurple": "#6C71C3",
    "brightRed": "#EB606B",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#F7EB95",
    "cyan": "#AEDDFF",
    "foreground": "#C3C7D1",
    "green": "#C3E88D",
    "purple": "#FF2490",
    "red": "#EB606B",
    "white": "#FFFFFF",
    "yellow": "#F7EB95"
    }
    ],

    // Add any keybinding overrides to this array.
    // To unbind a default keybinding, set the command to "unbound"
    "keybindings": [
    {
    "command": {
    "action": "newTab",
    "index": 0
    },
    "keys": "ctrl+n"
    },
    {
    "command": {
    "action": "closeTab",
    "index": 0
    },
    "keys": "ctrl+w"
    }

    ]
    }