Skip to content

Instantly share code, notes, and snippets.

@raphaeljoer
Created September 1, 2024 13:02
Show Gist options
  • Save raphaeljoer/12fa7e1fc75829920dd2eccb1397cfe1 to your computer and use it in GitHub Desktop.
Save raphaeljoer/12fa7e1fc75829920dd2eccb1397cfe1 to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 13,
"editor.lineHeight": 1.8,
"editor.smoothScrolling": true,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
"editor.formatOnSave": false,
"extensions.ignoreRecommendations": false,
"typescript.tsserver.log": "off",
"files.associations": {
".env.*": "dotenv",
".prettierrc": "json",
"*.css": "css"
},
"symbols.files.associations": {
"*.module.ts": "nest",
"*.guard.ts": "typescript",
"*.spec.ts": "ts-test",
"*.e2e-spec.ts": "ts-test",
"vitest.config.e2e.ts": "vite",
".env.example": "gear"
},
"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": true,
"terminal.integrated.showExitAlert": false,
"[prisma]": {
"editor.formatOnSave": true
},
"typescript.suggest.autoImports": true,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"workbench.editor.labelFormat": "short",
"editor.fontLigatures": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "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": true,
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontFamily": "JetBrains Mono",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"graphql"
],
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": true,
"workbench.productIconTheme": "fluent-icons",
"editor.fontFamily": "JetBrains Mono",
"editor.fontWeight": "300",
"gitlens.codeLens.authors.enabled": true,
"editor.tabSize": 2,
"security.workspace.trust.untrustedFiles": "newWindow",
"workbench.iconTheme": "symbols",
"update.mode": "start",
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.defaultProfile.osx": "fish",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"window.commandCenter": true,
"git.openRepositoryInParentFolders": "always",
"symbols.hidesExplorerArrows": false,
"[javascript]": {
"editor.defaultFormatter": null
},
"[typescript]": {
"editor.defaultFormatter": null
},
"[typescriptreact]": {
"editor.defaultFormatter": null
},
"update.showReleaseNotes": false,
"security.promptForLocalFileProtocolHandling": false,
"editor.hideCursorInOverviewRuler": true,
"editor.minimap.enabled": false,
"window.titleBarStyle": "native",
"explorer.sortOrder": "foldersNestsFiles",
"explorer.fileNesting.enabled": false,
"cSpell.userWords": [
"bootcamp",
"chakra",
"checkin",
"checkins",
"clsx",
"Codegen",
"Composability",
"datadog",
"Datetime",
"dayjs",
"Dotenv",
"Elysia",
"esbuild",
"fastify",
"Fastify",
"feedbackwidget",
"ffprobe",
"FINICITY",
"Hasher",
"Hono",
"ilike",
"IUGU",
"jamjuree",
"jupiter",
"liveblocks",
"LIVEBLOCKS",
"Machiney",
"Marguerita",
"middlewares",
"mixpanel",
"monaco",
"nestjs",
"NOSQL",
"nprogress",
"omni",
"Omni",
"Onboarded",
"pallas",
"Passthroughs",
"postgres",
"postgresql",
"postolo",
"POWERTOOLS",
"prefetch",
"Quickbooks",
"reactflow",
"roboto",
"rocketseat",
"rotion",
"rsxp",
"Runtimes",
"Sandpack",
"shiki",
"skylab",
"sqlite",
"supergraph",
"svgr",
"sympla",
"tailwindcss",
"textblock",
"tiptap",
"trpc",
"TRPC",
"tsup",
"UNCATEGORIZED",
"unfollow",
"Unfollow",
"unform",
"Unform",
"unmark",
"upsert",
"Usuario",
"WEBPUSH"
],
"workbench.colorTheme": "Min Dark",
"workbench.statusBar.visible": true,
"terminal.integrated.env.linux": {},
"console-ninja.featureSet": "Community",
"scm.showIncomingChanges": "always",
"scm.showOutgoingChanges": "always",
"diffEditor.ignoreTrimWhitespace": false,
"terminal.integrated.env.windows": {},
"apc.font.family": "Inter",
"apc.listRow": {
"height": 24,
},
"apc.stylesheet": {
".pane-body": "padding: 0px;",
".monaco-list-rows": {
"font-weight": "400",
"letter-spacing": "0.5px",
},
},
"workbench.editor.enablePreview": false,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"typescript.format.insertSpaceAfterSemicolonInForStatements": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.format.insertSpaceAfterCommaDelimiter": false,
"typescript.format.indentSwitchCase": false,
"typescript.format.enable": false,
"makefile.configureOnOpen": true,
"githubPullRequests.pullBranch": "never"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment