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.
{
// Configurações da fonte
"editor.fontFamily": "Fira Code",
"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
},
"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"
],
"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"
}
{
"$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