Skip to content

Instantly share code, notes, and snippets.

@oMelqs
Last active August 31, 2025 03:56
Show Gist options
  • Select an option

  • Save oMelqs/718a9b1dcda50c134fb57eb2271a3c55 to your computer and use it in GitHub Desktop.

Select an option

Save oMelqs/718a9b1dcda50c134fb57eb2271a3c55 to your computer and use it in GitHub Desktop.
omelqs vscode settings
{
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"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,
"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": "JetBrains Mono",
"terminal.integrated.defaultProfile.linux": "zsh",
"editor.codeActionsOnSave": {
// "source.organizeImports": "explicit",
// "source.fixAll": "explicit",
// "source.fixAll.tslint": "explicit",
// "source.fixAll.stylelint": "explicit",
// "source.fixAll.prettier": "explicit",
// "source.fixAll.typescript": "explicit",
// "source.fixAll.eslint": "explicit",
// "source.formatDocument": "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": "material-icon-theme",
"update.mode": "start",
"terminal.integrated.gpuAcceleration": "on",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"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": "bottom",
"custom-ui-style.electron": {
"frame": false,
"titleBarStyle": "hiddenInset",
"visualEffectState": "active",
"vibrancy": "ultra-dark"
},
"custom-ui-style.stylesheet": {
".title-label > h2": "display: none !important;",
".editor-actions": "display: none !important;",
".nosidebar .inline-tabs-placeholder": "width: 75px",
".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;",
".monaco-workbench .layout-control": "display: none !important;",
".monaco-workbench .composite-bar-container .composite-bar": "flex: 1 !important;",
".monaco-workbench .composite-bar-container .actions-container": "justify-content: space-between !important; width: calc(100% - 16px) !important;",
".monaco-workbench .monaco-list-row": "width: 90% !important; justify-self: center !important; margin-right: 8px !important;",
// ".monaco-workbench .monaco-list-row:hover": "width: 90% !important; justify-self: center !important;",
".monaco-workbench .part.titlebar .titlebar-right .monaco-action-bar": "display: none !important;",
".monaco-workbench .part.titlebar .titlebar-center .window-title": "display: none !important;",
".monaco-workbench .part.editor .editor-group-container .title .tabs-container .tab.active":
"border-radius: 8px 8px 0 0 !important; overflow: hidden !important;"
},
"breadcrumbs.enabled": false,
"custom-ui-style.font.sansSerif": "JetBrains Mono",
"editor.hideCursorInOverviewRuler": true,
"editor.scrollbar.vertical": "auto",
"editor.minimap.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"window.titleBarStyle": "custom",
"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": []
},
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Oscura Dusk",
"gitlens.advanced.messages": {
"suppressIntegrationDisconnectedTooManyFailedRequestsWarning": true,
"suppressIntegrationRequestTimedOutWarning": true
},
"liveServer.settings.donotShowInfoMsg": true,
"editor.multiCursorLimit": 50000,
"workbench.preferredDarkColorTheme": "Min Dark",
"workbench.layoutControl.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"git.autofetch": true,
"terminal.integrated.env.osx": {},
"yaml.schemas": {
"file:///Users/melquisedequelinhares/.vscode/extensions/atlassian.atlascode-3.8.6/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"terminal.integrated.env.linux": {},
"editor.unicodeHighlight.nonBasicASCII": false,
"terminal.integrated.allowedLinkSchemes": [
"file",
"http",
"https",
"mailto",
"vscode",
"vscode-insiders",
"app/theme/context.tsx",
"app/context/AuthContext.tsx"
],
"material-icon-theme.activeIconPack": "react_redux",
"github.copilot.nextEditSuggestions.enabled": true,
"window.commandCenter": false,
"chat.commandCenter.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment