Giter Club home page Giter Club logo

settingvscode's Introduction

Minhas configurações

{
    // Security
    "json.validate.enable": false,
    "security.workspace.trust.untrustedFiles": "newWindow",
    // Fonts
    "editor.fontSize": 18,
    "editor.tabSize": 2,
    "editor.lineHeight": 26,
    "editor.fontLigatures": true,
    "editor.fontFamily": "Fira Code",
    // Bookmarks
    "bookmarks.saveBookmarksInProject": true,
    // Discord Presence
    "discord.detailsIdling": "🤌 Procurando nos Arquivos....",
    "discord.detailsEditing": "☕ {file_name} with {file_size}",
    "discord.largeImageIdling": "🌚 Código, Café e Pomodoro",
    "discord.lowerDetailsDebugging": "Debugging: {git_branch}",
    "discord.lowerDetailsEditing": "Project: {workspace}",
    "discord.lowerDetailsIdling": "🕡 Hora do café",
    "discord.lowerDetailsNoWorkspaceFound": "{file_size}",
    // Terminal Linux
    // "terminal.integrated.fontSize": 14,
    // "terminal.integrated.shell.linux": "/bin/bash",
    // Git lens
    "gitlens.defaultDateShortFormat": null,
    "gitlens.defaultTimeFormat": null,
    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    "gitlens.codeLens.enabled": false,
    // Git
    "git.confirmSync": false,
    "git.autofetch": true,
    "git.enableSmartCommit": true,
    // Live Share
    "liveshare.featureSet": "insiders",
    // Material Theme
    "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.languages.associations": {
        "dotenv": "tune"
    },
    "material-icon-theme.files.associations": {
        "ormconfig.json": "database",
        "tsconfig.json": "tune",
        "*.proto": "3d",
        "*.webpack.js": "webpack"
    },
    // Formate
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.formatOnType": true,
    // Theme
    "workbench.colorTheme": "Dracula",
    "glassit.alpha": 245,
    "workbench.iconTheme": "material-icon-theme",
    "polacode.backgroundColor": "#6633CC",
    // Window
    // "workbench.sideBar.location": "right",
    // Folders
    "explorer.compactFolders": false,
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/node_modules": true,
        "**/__pycache__": true,
    },
    // Files
    "explorer.confirmDelete": false,
    "files.autoSaveDelay": 500,
    "files.trimTrailingWhitespace": true,
    "files.trimFinalNewlines": true,
    "files.insertFinalNewline": true,
    "files.associations": {
        ".sequelizerc": "javascript",
        ".stylelintrc": "json",
        ".prettierrc": "json",
        "*.tsx": "typescriptreact",
        ".env.*": "dotenv"
    },
    // Javascript && Typescript
    "typescript.tsserver.log": "off",
    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "typescript.updateImportsOnFileMove.enabled": "always",
    "emmet.syntaxProfiles": {
        "javascript": "jsx"
    },
    "emmet.includeLanguages": {
        "javascript": "javascriptreact"
    },
    // Editor
    "screencastMode.onlyKeyboardShortcuts": true,
    "workbench.startupEditor": "newUntitledFile",
    "editor.inlineSuggest.enabled": true,
    "explorer.confirmDragAndDrop": false,
    "editor.semanticHighlighting.enabled": false,
    "workbench.editor.labelFormat": "short",
    "extensions.ignoreRecommendations": true,
    "breadcrumbs.enabled": true,
    "editor.parameterHints.enabled": false,
    "editor.rulers": [
        80,
        120
    ],
    "tabnine.experimentalAutoImports": true,
    "window.zoomLevel": -1,
    "bracketPairColorizer.depreciation-notice": false,
    "terminal.integrated.defaultProfile.windows": "Git Bash"
}```

settingvscode's People

Contributors

victorhperricci avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.