Last active
November 1, 2024 20:19
-
-
Save pedroeuzebiojs/88333916d0b93a0b1e15bdf82b181d4c to your computer and use it in GitHub Desktop.
Configurações do meu VS Code
This file contains 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.fontSize": 16, | |
"editor.lineHeight": 1.8, | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"editor.minimap.enabled": false, | |
"editor.scrollbar.vertical": "hidden", | |
"editor.scrollbar.horizontal": "hidden", | |
"editor.tabSize": 2, | |
"editor.wordWrap": "bounded", | |
"editor.fontLigatures": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.stickyScroll.enabled": false, | |
"editor.parameterHints.enabled": false, | |
"editor.renderLineHighlight": "gutter", | |
"editor.suggestSelection": "first", | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.semanticHighlighting.enabled": false, | |
"editor.accessibilitySupport": "off", | |
"editor.acceptSuggestionOnCommitCharacter": false, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit", | |
"source.fixAll.markdownlint": "explicit" | |
}, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": "keyword.other.dotenv", | |
"settings": { | |
"foreground": "#FF000000" | |
} | |
} | |
] | |
}, | |
"editor.rulers": [80, 120], | |
"editor.linkedEditing": true, | |
"workbench.activityBar.location": "hidden", | |
"workbench.statusBar.visible": false, | |
"workbench.startupEditor": "none", | |
"workbench.iconTheme": "symbols", | |
"workbench.productIconTheme": "fluent-icons", | |
"workbench.colorTheme": "Omni", | |
"workbench.layoutControl.enabled": false, | |
"workbench.tree.enableStickyScroll": false, | |
"workbench.editor.labelFormat": "short", | |
"workbench.editor.empty.hint": "hidden", | |
"explorer.confirmDelete": false, | |
"explorer.compactFolders": false, | |
"explorer.sortOrder": "foldersNestsFiles", | |
"explorer.fileNesting.enabled": true, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.fileNesting.patterns": { | |
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-*, bun.lockb, nest*, package-lock*", | |
"tailwind.config.*": "tailwind.config*, postcss.config*", | |
".env.local": ".env*", | |
".env": ".env*" | |
}, | |
"terminal.integrated.fontSize": 16, | |
"terminal.integrated.fontFamily": "Fira Code", | |
"terminal.integrated.showExitAlert": false, | |
"terminal.integrated.gpuAcceleration": "on", | |
"terminal.integrated.defaultProfile.windows": "Ubuntu (WSL)", | |
"terminal.integrated.defaultProfile.linux": "zsh", | |
"typescript.tsserver.log": "off", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"typescript.suggest.autoImports": true, | |
"typescript.preferences.preferTypeOnlyAutoImports": true, | |
"window.commandCenter": false, | |
"window.menuBarVisibility": "classic", | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact", | |
"mdx": "javascriptreact" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx", | |
"mdx": "jsx" | |
}, | |
"symbols.hidesExplorerArrows": false, | |
"symbols.files.associations": { | |
"*.module.ts": "nest", | |
"*.guard.ts": "typescript", | |
"*.spec.ts": "ts-test", | |
"*.e2e-spec.ts": "ts-test", | |
"*.mock.ts": "ts-test", | |
"vitest.config.e2e.ts": "vite", | |
".env.development.local": "gear", | |
".env.test.local": "gear", | |
".env.local": "gear", | |
".env.example": "gear" | |
}, | |
"files.associations": { | |
".env.*": "dotenv", | |
".prettierrc": "json", | |
"*.css": "css", | |
".dev.vars": "dotenv" | |
}, | |
"files.exclude": { | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/.hg": true, | |
"**/.svn": true, | |
"**/.git": true | |
// ".vscode": true | |
// "node_modules": true | |
}, | |
"update.mode": "manual", | |
"update.showReleaseNotes": false, | |
"security.promptForLocalFileProtocolHandling": false, | |
"security.workspace.trust.untrustedFiles": "newWindow", | |
"cSpell.language": "en,pt", | |
"cSpell.enableFiletypes": [ | |
"!asciidoc", | |
"!c", | |
"!cpp", | |
"!csharp", | |
"!go", | |
"!handlebars", | |
"!haskell", | |
"!jade", | |
"!java", | |
"!latex", | |
"!php", | |
"!pug", | |
"!python", | |
"!restructuredtext", | |
"!rust", | |
"!scala", | |
"!scss" | |
], | |
"cSpell.userWords": [ | |
"automations", | |
"bootcamp", | |
"chakra", | |
"checkin", | |
"checkins", | |
"cloudflare", | |
"clsx", | |
"Codegen", | |
"datadog", | |
"Datetime", | |
"dayjs", | |
"Dotenv", | |
"Elysia", | |
"esbuild", | |
"fastify", | |
"Fastify", | |
"feedbackwidget", | |
"ffprobe", | |
"gamificada", | |
"Hasher", | |
"hono", | |
"Hono", | |
"ilike", | |
"IUGU", | |
"jamjuree", | |
"jupiter", | |
"ksuid", | |
"liveblocks", | |
"LIVEBLOCKS", | |
"Marguerita", | |
"middlewares", | |
"mixpanel", | |
"monaco", | |
"nestjs", | |
"nivo", | |
"omni", | |
"Omni", | |
"Onboarded", | |
"pallas", | |
"postgres", | |
"postgresql", | |
"prefetch", | |
"reactflow", | |
"retriable", | |
"roboto", | |
"rocketseat", | |
"rotion", | |
"rsxp", | |
"Sandpack", | |
"shiki", | |
"skylab", | |
"sqlite", | |
"supergraph", | |
"svgr", | |
"sympla", | |
"tailwindcss", | |
"textblock", | |
"tiptap", | |
"trpc", | |
"TRPC", | |
"tsup", | |
"unfollow", | |
"Unfollow", | |
"unform", | |
"Unform", | |
"unmark", | |
"upsert", | |
"Usuario", | |
"webm", | |
"WEBPUSH" | |
], | |
"tailwindCSS.experimental.classRegex": [ | |
["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"], | |
"class:\\s*?[\"'`]([^\"'`]*).*?," | |
], | |
"eslint.validate": ["javascript", "javascriptreact", "graphql"], | |
"extensions.ignoreRecommendations": true, | |
"javascript.suggest.autoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"[prisma]": { | |
"editor.defaultFormatter": "Prisma.prisma" | |
}, | |
"git.openRepositoryInParentFolders": "always", | |
"git.enableSmartCommit": true, | |
"breadcrumbs.enabled": false, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"apc.electron": { | |
"titleBarStyle": "hiddenInset", | |
"trafficLightPosition": { | |
"x": 11, | |
"y": 10 | |
}, | |
"opacity": 1, | |
"vibrancy": "dark", | |
"frame": false | |
}, | |
"apc.header": { | |
"height": 36 | |
}, | |
"apc.listRow": { | |
"height": 24 | |
}, | |
"apc.font.family": "Inter", | |
"apc.stylesheet": { | |
".title-label > h2": "display: none", | |
".editor-actions": "display: none", | |
".nosidebar .inline-tabs-placeholder": "width: 75px", | |
".pane-header": "padding: 0 8px", | |
".pane-body": "padding: 8px", | |
".split-view-view:first-child .pane-header": "display: none !important;", | |
".monaco-list-row": "border-radius: 4px;", | |
".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;" | |
}, | |
"apc.activityBar": { | |
"position": "bottom", | |
"hideSettings": true, | |
"size": 48, | |
"itemMargin": 8, | |
"itemSize": 32 | |
}, | |
"console-ninja.featureSet": "Community", | |
"gitlens.codeLens.recentChange.enabled": false, | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.advanced.messages": { | |
"suppressIntegrationRequestTimedOutWarning": true | |
}, | |
"security.allowedUNCHosts": ["wsl.localhost"], | |
"terminal.integrated.env.linux": {}, | |
"terminal.integrated.env.windows": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment