Last active
July 17, 2025 12:36
-
Star
(1,552)
You must be signed in to star a gist -
Fork
(380)
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 | |
} |
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 ...
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opa, qual o app que o diego esta usando pra gerenciamento apps em tela ? pra organizar as abas.