Skip to content

Instantly share code, notes, and snippets.

@GitLinuxDev
Created January 5, 2022 03:10

Revisions

  1. GitLinuxDev created this gist Jan 5, 2022.
    442 changes: 442 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,442 @@
    {
    // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes
    "editor.rulers": [
    80,
    120
    ],
    // Aplica um sinal visual na esquerda da linha selecionada
    "editor.renderLineHighlight":"gutter",

    // Configura tamanho e família da fonte
    "editor.fontFamily":"Fira Code",
    "editor.fontLigatures":true,


    // Define o tema dos ícones na sidebar
    "workbench.iconTheme": "material-icon-theme",
    "terminal.integrated.fontSize": 16,
    "editor.tabSize": 2,
    "editor.fontSize": 18,
    "editor.lineHeight": 26,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.forceDownload": false,
    "sync.forceUpload": true,
    "sync.quietSync": false,
    "sync.gist": "a13f153ba7283deef1562cf6121f2d8b",
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
    "workbench.colorTheme": "Darcula",
    "editor.suggestSelection": "first",
    "workbench.editor.showTabs": false,
    "workbench.action.toggleTabsVisibility": true,
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "files.autoSave": "onFocusChange",
    "cSpell.language": "en,pt,pt_BR",
    "remote.containers.defaultExtensions": [
    "alefragnani.bookmarks",
    "bungcip.better-toml",
    "christian-kohler.path-intellisense",
    "dbaeumer.vscode-eslint",
    "donjayamanne.githistory",
    "esbenp.prettier-vscode",
    "firsttris.vscode-jest-runner",
    "hazer.reactcodesnippets",
    "humao.rest-client",
    "johnpapa.vscode-peacock",
    "mikestead.dotenv",
    "ms-azuretools.vscode-docker",
    "naumovs.color-highlight",
    "oderwat.indent-rainbow",
    "shan.code-settings-sync",
    "sonarsource.sonarlint-vscode",
    "steoates.autoimport",
    "streetsidesoftware.code-spell-checker",
    "streetsidesoftware.code-spell-checker-portuguese-brazilian",
    "visualstudioexptteam.vscodeintellicode",
    "wwm.better-align",
    "wix.vscode-import-cost",
    "xyz.local-history",
    "zignd.html-css-class-completion"
    ],
    "docker.containers.sortBy": "CreatedTime",
    "docker.containers.description": ["ContainerName", "Status"],
    "php.suggest.basic": false,
    "[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[typescript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "cSpell.userWords": [
    "absolutify",
    "adminsdk",
    "assetic",
    "Authenticatable",
    "chmod",
    "CHOKIDAR",
    "Chown",
    "ciphertext",
    "cloudbuild",
    "CLOUDSDK",
    "clsx",
    "codeeducation",
    "codeflix",
    "codeplatform",
    "CODIGO",
    "datasource",
    "dbdata",
    "DBNAME",
    "devexpress",
    "dockerize",
    "dotenv",
    "dpage",
    "elasticapm",
    "elasticdata",
    "entrypoint",
    "expl",
    "Grpc",
    "gserviceaccount",
    "hookform",
    "icomoon",
    "iconmoon",
    "IUGU",
    "jboss",
    "josepy",
    "Keycloak",
    "kibana",
    "kubectl",
    "LANCAMENTO",
    "laravel",
    "linkedin",
    "mailgun",
    "mailtrap",
    "markdownx",
    "Microservice",
    "microservices",
    "MUNICIPIO",
    "nestjs",
    "newapp",
    "newson",
    "Nfse",
    "nopassword",
    "notistack",
    "oidc",
    "Omie",
    "originalname",
    "PAGARME",
    "PAPERTRAIL",
    "persistor",
    "PGADMIN",
    "pgsql",
    "phar",
    "Phpunit",
    "POSTGRES",
    "postgresql",
    "prebuild",
    "pytz",
    "rabbitmq",
    "reduxsauce",
    "SASL",
    "schoolofnet",
    "scrollbar",
    "sensio",
    "smtp",
    "sonassets",
    "SONBOT",
    "sonplatform",
    "sortedm",
    "Spotify",
    "stylesheets",
    "typeorm",
    "Unprocessable",
    "Unstyled",
    "USEPOLLING",
    "uuidv",
    "varchar",
    "VERCEL",
    "websockets",
    "XDEBUG"
    ],
    "terminal.integrated.copyOnSelection": true,
    "auto-close-tag.disableOnLanguage": [


    "[typescript]"],
    "cloudcode.gke": {
    "projectIds": ["vscode-test-285612"]
    },
    "vs-kubernetes": {
    "vs-kubernetes.helm-path.linux": "/home/argen/.vs-kubernetes/tools/helm/linux-amd64/helm",
    "vs-kubernetes.draft-path.linux": "/home/argen/.vs-kubernetes/tools/draft/linux-amd64/draft",
    "vs-kubernetes.minikube-path.linux": "/home/argen/.vs-kubernetes/tools/minikube/linux-amd64/minikube",
    "vscode-kubernetes.minikube-path.linux": "/home/argen/.vs-kubernetes/tools/minikube/linux-amd64/minikube",
    "vscode-kubernetes.helm-path.linux": "/home/argen/.vs-kubernetes/tools/helm/linux-amd64/helm"
    },
    "[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[yaml]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "files.exclude": {
    "**/__pycache__": true,
    "**/.history": true,
    "**/*.pyc": true
    },
    "git.autofetch": true,
    "terminal.external.windowsExec": "C:\\Program Files\\Git\\git-bash.exe",
    "terminal.integrated.automationShell.windows": "C:\\Program Files\\Git\\git-bash.exe",
    "sshfs.configs": [
    {
    "name": "unnamed"
    }
    ],
    "remote.SSH.showLoginTerminal": true,
    "remote.SSH.path": "C:\\Program Files\\Git\\usr\\bin\\ssh.exe",
    "peacock.favoriteColors": [
    {
    "name": "Angular",
    "value": "#a6120d"
    },
    {
    "name": "Angular Red",
    "value": "#dd0531"
    },
    {
    "name": "Apache Kafka",
    "value": "#000000"
    },
    {
    "name": "Azure Blue",
    "value": "#007fff"
    },
    {
    "name": "Django",
    "value": "#0C4B33"
    },
    {
    "name": "Golang",
    "value": "#007d9c"
    },
    {
    "name": "JavaScript Yellow",
    "value": "#f9e64f"
    },
    {
    "name": "Keycloak",
    "value": "#39a5dc"
    },
    {
    "name": "Laravel",
    "value": "#fb503b"
    },
    {
    "name": "Loopback",
    "value": "#3f5dff"
    },
    {
    "name": "Mandalorian Blue",
    "value": "#1857a4"
    },
    {
    "name": "Nest.js",
    "value": "#e0234e"
    },
    {
    "name": "Node Green",
    "value": "#215732"
    },
    {
    "name": "React Blue",
    "value": "#61dafb"
    },
    {
    "name": "Something Different",
    "value": "#832561"
    },
    {
    "name": "Svelte Orange",
    "value": "#ff3d00"
    },
    {
    "name": "Vue Green",
    "value": "#42b883"
    },
    {
    "name": "RabbitMQ",
    "value": "#f60"
    },
    {
    "name": "TypeScript",
    "value": "#007acc"
    }
    ],
    "peacock.elementAdjustments": {
    "statusBar": "lighten",
    "titleBar": "lighten"
    },
    "terminal.integrated.shell.linux": "/bin/zsh",
    "remote.SSH.remotePlatform": {
    "192.168.1.53": "linux"
    },
    "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
    },
    "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
    },
    "peacock.darkForegroundColor": "",
    "[php]": {
    "editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
    },
    "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
    "php-cs-fixer.lastDownload": 1605347483003,
    "editor.mouseWheelZoom": true,
    "conventionalCommits.lineBreak": "\\n",
    "git.suggestSmartCommit": false,
    "[scss]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "workbench.editor.wrapTabs": true,
    "workbench.editor.decorations.badges": true,
    "workbench.editor.decorations.colors": true,
    "screencastMode.onlyKeyboardShortcuts": true,
    "indentRainbow.colors": [
    "rgba(255,255,64,0.07)",
    "rgba(127,255,127,0.07)",
    "rgba(255,127,255,0.07)",
    "rgba(79,236,236,0.07)"
    ],
    "[twig]": {
    "editor.defaultFormatter": "mblode.twig-language-2"
    },
    "workbench.colorCustomizations": {
    "gitDecoration.untrackedResourceForeground": "#ff6666",
    "gitDecoration.modifiedResourceForeground": "#89aeff"
    },
    "workbench.editorAssociations": {
    "*.ipynb": "jupyter-notebook"
    },
    "editor.inlineHints.fontFamily": "\"JetBrains Mono\", Consolas, 'Courier New', monospace",
    // "editor.fontFamily": "\"JetBrains Mono\", Consolas, 'Courier New', monospace",
    "[xml]": {
    "editor.defaultFormatter": "mblode.pretty-formatter"
    },
    "auto-close-tag.activationOnLanguage": [


    "xml",
    "php",
    "blade",
    "ejs",
    "jinja",
    "javascript",
    "javascriptreact",
    "typescriptreact",
    "plaintext",
    "markdown",
    "vue",
    "liquid",
    "erb",
    "lang-cfml",
    "cfml",
    "HTML (EEx)",
    "HTML (Eex)",
    "plist"
    ],
    "override-mark.style.implement": "bold",
    "notebook.cellToolbarLocation": {
    "default": "right",
    "jupyter-notebook": "left"
    },
    "terminal.integrated.defaultProfile.linux": "zsh",
    "hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjowLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
    "redhat.telemetry.enabled": false,
    "editor.inlineSuggest.enabled": true,
    "files.watcherExclude": {
    "**/.history": true
    },
    "search.exclude": {
    "**/.history": true
    },
    "intelephense.references.exclude": [
    "**/vendor/**",
    "**/.history/**"
    ],
    "python.linting.ignorePatterns": [
    "**/site-packages/**/*.py",
    ".vscode/*.py",
    "**/.history/**/*.py"
    ],
    "python.workspaceSymbols.exclusionPatterns": [
    "**/site-packages/**",
    "**/.history/**"
    ],
    "local-history.exclude": [
    "**/.history/**",
    "**/node_modules/**",
    "**/out/**",
    "**/Code/User/**"
    ],
    "sourcery.token": "user_vqi2QLfINo3phwVTSZNQmcJItPvsCC528BYhhAiSC0uRB2w1BMY2aocgVG8",
    "peacock.affectAccentBorders": true,
    "peacock.affectTabActiveBorder": true,
    "peacock.darkenLightenPercentage": 10,
    "jestrunner.codeLensSelector": "**/*.{test,spec,int-spec,ispec}.{js,jsx,ts,tsx}",
    "files.associations": {
    ".env.*.example": "dotenv",
    },
    "material-icon-theme.files.associations": {
    ".env.local.example": "tune",
    ".env.dev.example": "tune",
    ".env.ci.example": "tune",
    ".env.prod.example": "tune",
    ".env.production.example": "tune",
    ".env.testing.example": "tune",
    ".env.example": "tune",
    ".env.dusk.testing": "tune",
    "*.int-spec.ts": "test-ts",
    "*.ispec.ts": "test-ts",
    },
    "vsicons.associations.files": [
    { "icon": "config", "extensions": [".env.local.example"], "filename": true, "format": "svg" },
    { "icon": "testts", "extensions": ["int-spec.ts","ispec.ts"], "format": "svg" },
    ],
    "editor.bracketPairColorization.enabled": true,
    "javascript.inlayHints.parameterNames.enabled": "all",
    "typescript.inlayHints.parameterNames.enabled": "all",
    "typescript.inlayHints.variableTypes.enabled": true,
    "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
    "typescript.inlayHints.parameterTypes.enabled": true,
    "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
    "typescript.inlayHints.enumMemberValues.enabled": true,
    "javascript.inlayHints.propertyDeclarationTypes.enabled": true,
    "javascript.inlayHints.variableTypes.enabled": true,
    "javascript.inlayHints.parameterTypes.enabled": true,
    "javascript.inlayHints.functionLikeReturnTypes.enabled": true,
    "javascript.inlayHints.enumMemberValues.enabled": true,
    "[handlebars]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[dockercompose]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "workbench.list.horizontalScrolling": true,
    "workbench.quickOpen.preserveInput": true,
    "workbench.editor.autoLockGroups": {
    "workbench.input.interactive": true,
    "interactive": true,
    "imagePreview.previewEditor": true,
    "vscode.markdown.preview.editor": true,
    "gitlens.rebase": true,
    "mainThreadWebview-markdown.preview": true
    },
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.editor.scrollToSwitchTabs": true,
    "workbench.editor.showTabs": true,
    "workbench.editor.enablePreview": false,
    "vsicons.dontShowNewVersionMessage": true
    }