Last active
June 6, 2024 12:33
-
-
Save eemr3/2954d51fb40920eb92e4cc9dc5102acd to your computer and use it in GitHub Desktop.
Config VS Code - Emerson Moreira
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
| { | |
| "editor.fontFamily": "Fira code", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 16, | |
| "workbench.colorTheme": "Omni", | |
| "editor.rulers": [80, 100], | |
| "editor.formatOnSave": true, | |
| "editor.tabSize": 2, | |
| // "editor.formatOnPaste": true, | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[scss]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "git.autofetch": true, | |
| "liveServer.settings.port": 5500, | |
| "[handlebars]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "eslint.validate": ["javascript", "javascriptreact", "vue"], | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit" | |
| }, | |
| "[prisma]": { | |
| "editor.formatOnSave": true | |
| }, | |
| "editor.formatOnType": true, | |
| "emmet.includeLanguages": { | |
| "javascript": "html" | |
| }, | |
| "files.eol": "\n", | |
| "explorer.compactFolders": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "editor.suggest.showStatusBar": true, | |
| "workbench.colorCustomizations": { | |
| "statusBarItem.remoteBackground": "#0f6e02", | |
| "activityBar.foreground": "#ff5400", | |
| "statusBar.background": "#dc4b02", | |
| // "tab.activeBackground": "#37333d", | |
| "tab.activeForeground": "#fff", | |
| "tab.inactiveBackground": "#37333d", | |
| "tab.inactiveForeground": "#fff" | |
| }, | |
| "sync.gist": "b5b4b4b449dcd87da22c34c88fa99fd8", | |
| "prettier.printWidth": 90, | |
| "prettier.trailingComma": "all", | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "[javascriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "code-runner.clearPreviousOutput": true, | |
| "code-runner.executorMap": { | |
| "python": "python3 -u" | |
| }, | |
| "python.linting.enabled": true, | |
| "python.linting.flake8Enabled": true, | |
| "python.formatting.blackArgs": ["-l 79"], | |
| "python.formatting.provider": "black", | |
| "[vue]": { | |
| "editor.defaultFormatter": "Vue.volar" | |
| }, | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "gopls": { | |
| "build.experimentalWorkspaceModule": true | |
| }, | |
| "[postcss]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "liveServer.settings.donotVerifyTags": true, | |
| "redhat.telemetry.enabled": false, | |
| "[dockercompose]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "git.confirmSync": false, | |
| "material-icon-theme.activeIconPack": "nest", | |
| "material-icon-theme.folders.associations": { | |
| "adapters": "contract", | |
| "application": "app", | |
| "grpc": "pipe", | |
| "kube": "kubernetes", | |
| "main": "lib", | |
| "websockets": "pipe", | |
| "implementations": "core", | |
| "protos": "pipe", | |
| "entities": "class", | |
| "kafka": "pipe", | |
| "use-cases": "functions", | |
| "migrations": "tools", | |
| "schemas": "class", | |
| "useCases": "functions", | |
| "eslint-config": "tools", | |
| "typeorm": "database", | |
| "_shared": "shared", | |
| "mappers": "meta", | |
| "fakes": "mock", | |
| "modules": "components", | |
| "subscribers": "messages", | |
| "domain": "class", | |
| "protocols": "contract", | |
| "infra": "tools", | |
| "view-models": "views", | |
| "presentation": "template", | |
| "dtos": "typescript", | |
| "http": "container", | |
| "providers": "include", | |
| "factories": "class", | |
| "repositories": "mappings" | |
| }, | |
| "prettier.singleQuote": true, | |
| "yaml.format.singleQuote": true, | |
| "boot-java.rewrite.reconcile": true, | |
| "terminal.integrated.fontFamily": "FiraCode Nerd Font", | |
| "typescript.preferences.importModuleSpecifier": "relative", | |
| "dev.containers.defaultExtensions": [ | |
| "eamodio.gitlens", | |
| "donjayamanne.githistory", | |
| "vivaxy.vscode-conventional-commits", | |
| "formulahendry.code-runner", | |
| "ms-azuretools.vscode-docker", | |
| " mikestead.dotenv", | |
| "dbaeumer.vscode-eslint", | |
| "visualstudioexptteam.vsc", | |
| "visualstudioexptteam.intellicode-api-usage-examples", | |
| "visualstudioexptteam.vscodeintellicode-completions", | |
| "visualstudioexptteam.vscodeintellicode-insiders", | |
| "xabikos.javascriptsnippet", | |
| "firsttris.vscode-jest-runner", | |
| "andys8.jest-snippets", | |
| "mongodb.mongodb-vscode", | |
| "cweijan.vscode-mysql-client2", | |
| "chris-noring.node-snippets", | |
| "esbenp.prettier-vscode", | |
| "prisma.prisma", | |
| "arjun.swagger-viewer", | |
| "rangav.vscode-thunder-client" | |
| ], | |
| "git.openRepositoryInParentFolders": "always", | |
| "[yaml]": { | |
| "editor.defaultFormatter": "redhat.vscode-yaml" | |
| }, | |
| "editor.inlineSuggest.enabled": true, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "plaintext": true, | |
| "markdown": false, | |
| "scminput": false | |
| }, | |
| "code-runner.runInTerminal": true, | |
| "terminal.integrated.defaultProfile.linux": "zsh", | |
| "terminal.integrated.defaultProfile.windows": "Git Bash", | |
| "window.zoomLevel": 1, | |
| "editor.stickyScroll.enabled": false, | |
| "prisma.showPrismaDataPlatformNotification": false, | |
| "github.copilot.editor.enableAutoCompletions": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment