Created
January 17, 2025 03:17
-
-
Save victorgabrielbs/2e61258597187eda38d08965a88cc556 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
{ | |
"editor.fontSize": 15, | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"files.associations": { | |
".stylelintrc": "json", | |
".env.*": "dotenv", | |
".prettierrc": "json" | |
}, | |
"screencastMode.onlyKeyboardShortcuts": true, | |
"editor.parameterHints.enabled": false, | |
"editor.renderLineHighlight": "gutter", | |
"editor.lineHeight": 26, | |
"material-icon-theme.languages.associations": { | |
"dotenv": "tune" | |
}, | |
"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 | |
}, | |
"terminal.integrated.env.windows": { | |
"FIG_NEW_SESSION": "1" | |
}, | |
"terminal.integrated.env.linux": { | |
"FIG_NEW_SESSION": "1" | |
}, | |
"workbench.editor.labelFormat": "short", | |
"editor.fontLigatures": true, | |
"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", | |
"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": "FiraCode Nerd Font", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit" | |
}, | |
"editor.semanticHighlighting.enabled": false, | |
"breadcrumbs.enabled": true, | |
"workbench.productIconTheme": "fluent-icons", | |
"editor.fontFamily": "FiraCode Nerd Font", | |
"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, | |
}, | |
"gitlens.codeLens.enabled": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.minimap.enabled": false, | |
"update.mode": "start", | |
"terminal.integrated.gpuAcceleration": "off", | |
"terminal.integrated.defaultProfile.windows": "PowerShell", | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"workbench.editor.untitled.hint": "hidden", | |
"workbench.colorTheme": "Bearded Theme Monokai Black", | |
"window.commandCenter": false, | |
"chat.editing.alwaysSaveWithGeneratedChanges": true, | |
"explorer.confirmPasteNative": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment