-
Star
(1,579)
You must be signed in to star a gist -
Fork
(383)
You must be signed in to fork a gist
-
-
Save diego3g/b1b189063d21b96d6144ca896755be64 to your computer and use it in GitHub Desktop.
| { | |
| "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 | |
| } |
amigao, será que fica baum no cursor ai?
Hey guys, there's a new VS Code extension that does pretty much the same thing, it's Custom UI Style.
Olá pessoal, há uma nova extensão do VS Code que faz praticamente a mesma coisa: Custom UI Style.
Hey guys, there's a new VS Code extension that does pretty much the same thing, it's Custom UI Style.
Olá pessoal, há uma nova extensão do VS Code que faz praticamente a mesma coisa: Custom UI Style.
Thanks for letting us know ✌🏻
Hey guys, there's a new VS Code extension that does pretty much the same thing, it's Custom UI Style.
Olá pessoal, há uma nova extensão do VS Code que faz praticamente a mesma coisa: Custom UI Style.Thanks for letting us know ✌🏻
Sem problema haha
Ola como faço para ter as cores dos "{}" nos arquivos tailwind.js settings.json etc... ?
Tenta adicionar essa linha aqui no
settings.json:"editor.bracketPairColorization.enabled": true,Não funcionou, tem algum codigo dentro do settings que faz isso mas não encontrei
Atualmente as versões atuais do vscode fazem isso, mas tinham esses plugins ( bracket pair coloriz , rainbow brackets , ... )
podia disponibilizar essa config pra quem usa windows
@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.
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 ...
}

Alguem ai atualizando novo windows 11, estou procurando novo melhor settings
por favor ajuda-nos please
Alguem ai atualizando novo windows 11, estou procurando novas melhores configurações por favor ajuda-nos por favor
Estou querendo também, se conseguir me marca, por favor.



@davi92limas para você abrir e fechar a arvore de arquivos use CTRL + B ou Command + B, para aumentar a fonte é só usar o CTRL + SHIFT + P e digitar Settings.json abre o arquivo e altera esse campo: "editor.fontSize": 14