Skip to content

Instantly share code, notes, and snippets.

@sidneyspe
Last active December 10, 2024 18:55
Show Gist options
  • Save sidneyspe/e74ba91ca8a8485f27d9bae3df4afc70 to your computer and use it in GitHub Desktop.
Save sidneyspe/e74ba91ca8a8485f27d9bae3df4afc70 to your computer and use it in GitHub Desktop.
VSCode Settings - 2024
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"files.associations": {
".env.*": "dotenv",
".prettierrc": "json",
"*.css": "css",
"*.rmd": "markdown"
},
"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"
},
// "tailwindCSS.experimental.classRegex": [
// ["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
// ],
"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,
"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": false,
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font Mono",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.addMissingImports": "explicit",
"source.organizeImports": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"graphql"
],
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": false,
"editor.fontFamily": "'JetBrainsMono Nerd Font Mono', sans serif",
"gitlens.codeLens.authors.enabled": false,
"editor.tabSize": 2,
"security.workspace.trust.untrustedFiles": "newWindow",
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true
},
"workbench.iconTheme": "symbols",
"update.mode": "default",
"terminal.integrated.gpuAcceleration": "off",
"[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": "vscode.typescript-language-features"
},
"console-ninja.featureSet": "Community",
"workbench.editor.empty.hint": "hidden",
"update.showReleaseNotes": false,
"security.promptForLocalFileProtocolHandling": false,
// "workbench.activityBar.location": "hidden",
"editor.hideCursorInOverviewRuler": true,
"editor.minimap.enabled": true,
"window.titleBarStyle": "native",
"editor.scrollbar.vertical": "hidden",
"explorer.sortOrder": "foldersNestsFiles",
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*"
},
"explorer.fileNesting.enabled": true,
"cSpell.userWords": [
"bootcamp",
"chakra",
"checkin",
"checkins",
"clsx",
"Codegen",
"datadog",
"Datetime",
"dayjs",
"Dotenv",
"Elysia",
"esbuild",
"fastify",
"Fastify",
"feedbackwidget",
"ffprobe",
"Hasher",
"Hono",
"ilike",
"IUGU",
"jamjuree",
"jupiter",
"liveblocks",
"LIVEBLOCKS",
"Marguerita",
"middlewares",
"mixpanel",
"monaco",
"nestjs",
"omni",
"Omni",
"Onboarded",
"pallas",
"postgres",
"postgresql",
"prefetch",
"reactflow",
"roboto",
"rocketseat",
"rotion",
"rsxp",
"Sandpack",
"shiki",
"skylab",
"sqlite",
"supergraph",
"svgr",
"sympla",
"tailwindcss",
"textblock",
"tiptap",
"trpc",
"TRPC",
"tsup",
"unfollow",
"Unfollow",
"unform",
"Unform",
"unmark",
"upsert",
"Usuario",
"WEBPUSH"
],
"remote.autoForwardPortsSource": "hybrid",
"tabnine.experimentalAutoImports": true,
"turboConsoleLog.logFunction": "console.log",
"python.analysis.extraPaths": [
"/Users/sidneyspe/.vscode/extensions/continue.continue-0.7.62-darwin-x64"
],
"python.autoComplete.extraPaths": [
"/Users/sidneyspe/.vscode/extensions/continue.continue-0.7.62-darwin-x64"
],
"settingsSync.ignoredExtensions": [
"ms-ceintl.vscode-language-pack-pt-br",
"tabnine.tabnine-vscode"
],
"workbench.colorTheme": "Min Dark",
"markdown-preview-github-styles.colorTheme": "light",
"workbench.editorAssociations": {
"*.pgm": "default"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.env.windows": {
"fontFamily": "'JetBrainsMono Nerd Font Mono', sans serif"
},
"terminal.external.windowsExec": "C:\\\\Users\\\\Sidney\\\\AppData\\\\Local\\\\Microsoft\\\\WindowsApps\\\\wt.exe",
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"continue.telemetryEnabled": false,
"redhat.telemetry.enabled": true,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"explorer.confirmPasteNative": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"turboConsoleLog.insertEmptyLineAfterLogMessage": true,
"turboConsoleLog.insertEmptyLineBeforeLogMessage": true,
"terminal.integrated.env.linux": {},
"terminal.integrated.env.osx": {},
// "editor.formatOnSave": true,
"console-ninja.warnOnNoToolsDetected": false,
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"continue.enableTabAutocomplete": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cmake.showOptionsMovedNotification": false,
"vsicons.dontShowNewVersionMessage": true,
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment