Skip to content

Instantly share code, notes, and snippets.

@Azanniel
Last active June 3, 2024 21:23
Show Gist options
  • Save Azanniel/75f58cf498218b44eea27dcb93f4bd4e to your computer and use it in GitHub Desktop.
Save Azanniel/75f58cf498218b44eea27dcb93f4bd4e to your computer and use it in GitHub Desktop.
VSCode Settings (Windows)
{
// Editor
"window.titleBarStyle": "custom",
"breadcrumbs.enabled": false,
"explorer.compactFolders": false,
"files.eol": "\n",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, .prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*, package-*, babel*, yarn*, metro*, biome*, .npmrc",
"tailwind.config.js": "tailwind.config*, postcss.config*",
"tailwind.config.ts": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*"
},
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"workbench.productIconTheme": "fluent-icons",
"workbench.iconTheme": "symbols",
"workbench.editor.empty.hint": "hidden",
"editor.cursorBlinking": "expand",
"editor.tabSize": 2,
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"editor.fontLigatures": true,
"editor.parameterHints.enabled": false,
"editor.renderLineHighlight": "gutter",
"editor.suggestSelection": "first",
"explorer.confirmDelete": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.inlineSuggest.enabled": true,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.includeStrings": false,
"editor.semanticHighlighting.enabled": false,
"editor.linkedEditing": false,
"editor.rulers": [
80,
120
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.quickSuggestions": {
"strings": "on",
},
// Update VSCode
"update.mode": "start",
"update.showReleaseNotes": false,
// Terminal
"terminal.integrated.fontSize": 14,
"terminal.integrated.showExitAlert": false,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"terminal.integrated.defaultProfile.windows": "PowerShell",
// Prisma
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma",
"editor.formatOnSave": true
},
// Eslint
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
// Javascript + Typescript
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.tsserver.log": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.suggest.autoImports": true,
// Extensions
"extensions.ignoreRecommendations": true,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.codeLens.enabled": false,
// Associations
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"typescript": "typescriptreact"
},
"files.associations": {
".sequelizerc": "javascript",
".stylelintrc": "json",
"*.tsx": "typescriptreact",
".env.*": "dotenv",
".prettierrc": "json",
"*.css": "tailwindcss"
},
"tailwindCSS.experimental.classRegex": [
["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
],
// Symbols
"symbols.hidesExplorerArrows": false,
"symbols.files.associations": {
"*.guard.ts": "ts",
"*.module.ts": "nest",
"*.service.ts": "nest",
"*.spec.ts": "ts-test",
"*.test.tsx": "react-test",
"*.e2e-spec.ts": "ts-test",
"vitest.config.e2e.ts": "vite",
"vitest.config.e2e.mts": "vite",
".env.example": "gear",
"*.controller.ts": "nest"
},
// Exclude files from editor
"files.exclude": {
"**\/CVS": true,
"**\/.DS_Store": true,
"**\/.hg": true,
"**\/.svn": true,
"**\/.git": true
},
// Codeium IA
"codeium.enableCodeLens": false,
"codeium.enableConfig": {
"*": true,
"dotenv": true,
"properties": true,
"markdown": true,
"tailwindcss": true,
"prisma": true,
"http": true,
"bat": true,
"ignore": true,
"xml": true
},
// Code Spell
"cSpell.language": "en,pt,pt-BR",
"cSpell.userWords": [
"ABAC",
"antd",
"autoload",
"Azanniel",
"CASL",
"chakra",
"clsx",
"cnpj",
"Containerizar",
"Creathus",
"dayjs",
"dtos",
"elysia",
"Elysia",
"elysiajs",
"encrypter",
"Encrypter",
"Entypo",
"fastify",
"Fastify",
"friday",
"github",
"Haptics",
"hasher",
"Hasher",
"hookform",
"ibge",
"ilike",
"immer",
"Kênia",
"LGPD",
"Marguerita",
"mensageria",
"middlewares",
"monday",
"nestjs",
"paralleldrive",
"permissionamento",
"postgres",
"pressable",
"Pressable",
"proptypes",
"pynorte",
"rocketseat",
"rotion",
"saas",
"saturday",
"shopify",
"sonner",
"Sonner",
"springify",
"sqlite",
"sunday",
"swipeable",
"Swipeable",
"tailwindcss",
"tanstack",
"thursday",
"tuesday",
"wednesday"
],
"cSpell.enableFiletypes": [
"!asciidoc",
"!c",
"!cpp",
"!csharp",
"!go",
"!handlebars",
"!haskell",
"!jade",
"!java",
"!latex",
"!php",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!scss"
],
"terminal.integrated.env.windows": {},
"window.menuBarVisibility": "compact",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"editor.stickyScroll.enabled": false,
"console-ninja.featureSet": "Community",
"terminal.integrated.env.linux": {},
"git.confirmSync": false,
"workbench.colorTheme": "Min Dark",
"vscord.app.privacyMode.enable": true,
"vscord.app.name": "Visual Studio Code",
"discord.removeRemoteRepository": true,
"discord.removeLowerDetails": true,
"sonarlint.focusOnNewCode": true,
"explorer.confirmDragAndDrop": false,
"prisma.showPrismaDataPlatformNotification": false,
"sonarlint.rules": {
"typescript:S6859": {
"level": "off"
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment