Last active
September 5, 2025 20:18
-
Star
(1,562)
You must be signed in to star a gist -
Fork
(381)
You must be signed in to fork a gist
-
-
Save diego3g/b1b189063d21b96d6144ca896755be64 to your computer and use it in GitHub Desktop.
VSCode Settings (Updated)
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
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.fontSize": 16, | |
"editor.lineHeight": 1.8, | |
"javascript.suggest.autoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"extensions.ignoreRecommendations": true, | |
"typescript.tsserver.log": "off", | |
"editor.stickyScroll.enabled": false, | |
"workbench.tree.enableStickyScroll": false, | |
"files.associations": { | |
".env.*": "dotenv", | |
".prettierrc": "json", | |
"*.css": "postcss", | |
".dev.vars": "dotenv", | |
"*.ndjson": "jsonl" | |
}, | |
"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.sst": "gear", | |
".env.example": "gear", | |
"*.ndjson": "brackets-orange" | |
}, | |
"tailwindCSS.experimental.classRegex": [ | |
[ | |
"tv\\(([^)]*)\\)", | |
"cva\\(([^)]*)\\)", | |
"[\"'`]([^\"'`]*).*?[\"'`]" | |
], | |
"class:\\s*?[\"'`]([^\"'`]*).*?,", | |
"tw\\('([^']*)'\\)" | |
], | |
"editor.parameterHints.enabled": false, | |
"editor.renderLineHighlight": "gutter", | |
"cSpell.language": "en,pt", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"editor.suggestSelection": "first", | |
"explorer.confirmDelete": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"terminal.integrated.showExitAlert": false, | |
"[prisma]": { | |
"editor.formatOnSave": true | |
}, | |
"typescript.suggest.autoImports": true, | |
"typescript.preferences.preferTypeOnlyAutoImports": true, | |
"terminal.integrated.env.osx": { | |
"FIG_NEW_SESSION": "1" | |
}, | |
"workbench.editor.labelFormat": "short", | |
"editor.fontLigatures": true, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact", | |
"mdx": "javascriptreact" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx", | |
"mdx": "jsx" | |
}, | |
"cSpell.enableFiletypes": [ | |
"!asciidoc", | |
"!c", | |
"!cpp", | |
"!csharp", | |
"!go", | |
"!handlebars", | |
"!haskell", | |
"!jade", | |
"!java", | |
"!latex", | |
"!php", | |
"!pug", | |
"!python", | |
"!restructuredtext", | |
"!rust", | |
"!scala", | |
"!scss" | |
], | |
"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", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit" | |
}, | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
"graphql" | |
], | |
"editor.semanticHighlighting.enabled": false, | |
"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, | |
".vscode": true | |
// "node_modules": true | |
}, | |
"workbench.iconTheme": "symbols", | |
"update.mode": "start", | |
"terminal.integrated.gpuAcceleration": "on", | |
"terminal.integrated.defaultProfile.osx": "fish", | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"window.commandCenter": false, | |
"git.openRepositoryInParentFolders": "always", | |
"symbols.hidesExplorerArrows": false, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"workbench.editor.empty.hint": "hidden", | |
"update.showReleaseNotes": false, | |
"security.promptForLocalFileProtocolHandling": false, | |
"workbench.activityBar.location": "hidden", | |
"custom-ui-style.electron": { | |
"frame": false, | |
"titleBarStyle": "hiddenInset", | |
"trafficLightPosition": { | |
"x": 11, | |
"y": 10 | |
}, | |
"opacity": 0.96, | |
"visualEffectState": "active", | |
"vibrancy": "ultra-dark" | |
}, | |
"custom-ui-style.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;" | |
}, | |
"custom-ui-style.font.sansSerif": "Inter, -apple-system", | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.minimap.enabled": false, | |
"window.titleBarStyle": "native", | |
"editor.scrollbar.vertical": "hidden", | |
"explorer.sortOrder": "foldersNestsFiles", | |
"explorer.fileNesting.patterns": { | |
"package.json": ".eslint*, eslint.config.*, prettier*, tsconfig*, vite*, pnpm-*, bun.lockb, nest*, package-lock*", | |
"tailwind.config.*": "tailwind.config*, postcss.config*", | |
".env.local": ".env*", | |
".env": ".env*" | |
}, | |
"explorer.fileNesting.enabled": true, | |
"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", | |
"zrevrank", | |
"zscore" | |
], | |
"workbench.statusBar.visible": false, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [] | |
}, | |
"workbench.layoutControl.enabled": false, | |
"window.autoDetectColorScheme": true, | |
"workbench.preferredDarkColorTheme": "Oscura Dusk", | |
"workbench.preferredLightColorTheme": "Oscura Dusk", | |
"gitlens.advanced.messages": { | |
"suppressIntegrationDisconnectedTooManyFailedRequestsWarning": true, | |
"suppressIntegrationRequestTimedOutWarning": true | |
}, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"editor.multiCursorLimit": 50000 | |
} |
Opa, qual o app que o diego esta usando pra gerenciamento apps em tela ? pra organizar as abas.
Alguém já tentou usar as configurações do Diego no Linux?
Oii, eu uso as configs dele no Zorin, e fica bem de boa
@eduardasnz eu estou a usar as mesmas configurações iniciais no cursor a barra de estado onde ficam os botões de fechar, redimensionar desapareceu.
Já tentei comentar essas duas opções abaixo, mas ainda assim não reaparece
"custom-ui-style.electron": {
"frame": false,
"titleBarStyle": "hiddenInset",
// ... outras opções ...
}
Fala mano, o tema é o Vesper++. Tmj
Obter o Outlook para Android<https://aka.ms/AAb9ysg>
…________________________________
From: Lucas Henrique da Costa ***@***.***>
Sent: Tuesday, September 2, 2025 5:35:15 PM
To: lucashrqc ***@***.***>
Cc: Comment ***@***.***>
Subject: Re: diego3g/settings.json
@lucashrqc commented on this gist.
________________________________
Alguém sabe o tema que tá usando atualmente?
image.png (view on web)<https://gist.github.com/user-attachments/assets/0b38bd44-e8bc-40aa-8fe5-6680519b0e3c>
—
Reply to this email directly, view it on GitHub<https://gist.github.com/diego3g/b1b189063d21b96d6144ca896755be64#gistcomment-5744482> or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDOEXGGT22PBQTYXF3AWWVL3QX5QLBFHORZGSZ3HMVZKMY3SMVQXIZNMON2WE2TFMN2F65DZOBS2WR3JON2EG33NNVSW45FGORXXA2LDOOIYFJDUPFYGLJDHNFZXJJLWMFWHKZNIHE3DMNJYGIYDPKTBOR2HE2LCOV2GK44SQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZQKSXMYLMOVS2IZ3JON2KI3TBNVS2W5DIOJSWCZC7OR4XAZI>.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@black-adm eu com muito custo encontrei. Não tenho total certeza, mas acredito que seja este mesmo. Chama Oscura Theme. E o autor chama Fey.
Testa e vê o que você acha.