Last active
April 18, 2024 00:35
-
-
Save guilhermeabell/364de64c2555c38c252e86e3a14c476b to your computer and use it in GitHub Desktop.
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
{ | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx", | |
"typescript": "tsx", | |
}, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.fontSize": 16, | |
"javascript.suggest.autoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"extensions.ignoreRecommendations": true, | |
"typescript.tsserver.log": "off", | |
"files.associations": { | |
".sequelizerc": "javascript", | |
".stylelintrc": "json", | |
"*.tsx": "typescriptreact", | |
".env.*": "dotenv", | |
".prettierrc": "json" | |
}, | |
"editor.parameterHints.enabled": false, | |
"editor.renderLineHighlight": "gutter", | |
"editor.lineHeight": 26, | |
"material-icon-theme.languages.associations": { | |
"dotenv": "tune" | |
}, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"material-icon-theme.files.associations": { | |
"tsconfig.json": "tune", | |
"*.webpack.js": "webpack", | |
"*.proto": "3d", | |
"ormconfig.json": "database" | |
}, | |
"material-icon-theme.activeIconPack": "nest", | |
"editor.suggestSelection": "first", | |
"explorer.confirmDelete": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"terminal.integrated.showExitAlert": false, | |
"[prisma]": { | |
"editor.formatOnSave": true | |
}, | |
"[javascript]": { | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit" | |
}, | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[typescript]": { | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit", | |
"typescript.suggest.autoImports": "explicit", | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"typescript.suggest.autoImports": true, | |
"terminal.integrated.env.osx": { | |
"FIG_NEW_SESSION": "1" | |
}, | |
"workbench.editor.labelFormat": "short", | |
"editor.fontLigatures": true, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"liveshare.featureSet": "insiders", | |
"material-icon-theme.folders.associations": { | |
"adapters": "contract", | |
"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": "app", | |
"view-models": "views", | |
"presentation": "template", | |
"dtos": "typescript", | |
"http": "container", | |
"providers": "include", | |
"factories": "class", | |
"repositories": "mappings" | |
}, | |
"editor.acceptSuggestionOnCommitCharacter": false, | |
"explorer.compactFolders": false, | |
"git.enableSmartCommit": true, | |
"editor.accessibilitySupport": "off", | |
"explorer.confirmDragAndDrop": false, | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font", | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
"graphql" | |
], | |
"editor.semanticHighlighting.enabled": false, | |
"breadcrumbs.enabled": true, | |
"workbench.productIconTheme": "fluent-icons", | |
"editor.fontFamily": "JetBrains Mono", | |
"gitlens.codeLens.authors.enabled": false, | |
"editor.tabSize": 2, | |
"security.workspace.trust.untrustedFiles": "newWindow", | |
"files.exclude": { | |
"**\/CVS": true, | |
"**\/.DS_Store": true, | |
"**\/.hg": true, | |
"**\/.svn": true, | |
"**\/.git": true, | |
// "node_modules": true | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"gitlens.codeLens.enabled": false, | |
"workbench.iconTheme": "symbols", | |
"polacode.transparentBackground": true, | |
"polacode.target": "snippet", | |
"update.mode": "start", | |
"terminal.integrated.gpuAcceleration": "off", | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"git.openRepositoryInParentFolders": "always", | |
"symbols.hidesExplorerArrows": false, | |
"editor.inlineSuggest.enabled": true, | |
"sonarlint.rules": { | |
"typescript:S6481": { | |
"level": "off" | |
}, | |
"typescript:S6544": { | |
"level": "off" | |
}, | |
"typescript:S6582": { | |
"level": "off" | |
}, | |
"typescript:S6564": { | |
"level": "off" | |
}, | |
"typescript:S4138": { | |
"level": "off" | |
}, | |
"typescript:S6478": { | |
"level": "off" | |
}, | |
"javascript:S1481": { | |
"level": "off" | |
}, | |
"typescript:S101": { | |
"level": "off" | |
}, | |
"typescript:S6479": { | |
"level": "off" | |
}, | |
"typescript:S6754": { | |
"level": "off" | |
}, | |
"typescript:S6772": { | |
"level": "off" | |
}, | |
"typescript:S1874": { | |
"level": "off" | |
}, | |
"typescript:S3863": { | |
"level": "off" | |
}, | |
"typescript:S6847": { | |
"level": "off" | |
}, | |
"typescript:S1082": { | |
"level": "off" | |
} | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"[yaml]": { | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint", | |
}, | |
"material-icon-theme.folders.theme": "specific", | |
// "javascript.validate.enable": false | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescriptreact]": { | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit", | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit" | |
}, | |
"console-ninja.featureSet": "Community", | |
"workbench.editor.empty.hint": "hidden", | |
"editor.minimap.enabled": false, | |
"sonarlint.connectedMode.connections.sonarcloud": [ | |
{ | |
"organizationKey": "hi-platform", | |
"connectionId": "hi-platform" | |
} | |
], | |
"window.zoomLevel": 1, | |
"console-ninja.warnOnNoToolsDetected": false, | |
"workbench.colorTheme": "Dracula Pro", | |
"editor.stickyScroll.enabled": false, | |
"editor.stickyScroll.scrollWithEditor": false | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ADD: new gist