Skip to content

Instantly share code, notes, and snippets.

@leovargasdev
Last active January 2, 2024 10:25
Show Gist options
  • Save leovargasdev/6f1e8f7d23bd788694a333333642c8a2 to your computer and use it in GitHub Desktop.
Save leovargasdev/6f1e8f7d23bd788694a333333642c8a2 to your computer and use it in GitHub Desktop.
atualizando
{
"workbench.startupEditor": "none",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Palenight Theme",
"terminal.integrated.fontSize": 14,
"editor.tabSize": 2,
"editor.fontSize": 18,
"editor.lineHeight": 24,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"explorer.compactFolders": false,
"editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat": "short",
"extensions.ignoreRecommendations": true,
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "never",
"breadcrumbs.enabled": true,
"editor.rulers": [100, 140],
"files.associations" : {
".stylelintrc" : "json",
"*.tsx" : "typescriptreact",
".env.*" : "dotenv",
".prettierrc" : "json"
},
"editor.codeActionsOnSave" : {
"source.fixAll.eslint" : true,
},
"[prisma]": {
"editor.formatOnSave": true
},
"diffEditor.ignoreTrimWhitespace": false,
"material-icon-theme.folders.associations": {
"infra": "app",
"entities": "class",
"schemas": "class",
"typeorm": "database",
"queries": "container",
"migrations": "tools",
"modules": "components",
"implementations": "core",
"dtos": "typescript",
"fakes": "mock",
},
"material-icon-theme.files.associations": {
"*.webpack.js" : "webpack",
"tsconfig.json": "tune"
},
"explorer.confirmDragAndDrop": false,
"liveServer.settings.donotShowInfoMsg": true,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"security.workspace.trust.untrustedFiles": "newWindow",
"terminal.integrated.env.linux": {},
}
@leovargasdev
Copy link
Author

Mais informações: link do notion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment