Skip to content

Instantly share code, notes, and snippets.

@vandersonarruda
Last active June 29, 2024 17:03
Show Gist options
  • Save vandersonarruda/4a4042032e9ab27b4043537ecc6c203b to your computer and use it in GitHub Desktop.
Save vandersonarruda/4a4042032e9ab27b4043537ecc6c203b to your computer and use it in GitHub Desktop.
VSCode Settings
{
// Workbench Settings
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"workbench.activityBar.location": "default",
"workbench.iconTheme": "symbols",
"workbench.editor.enablePreview": false,
"workbench.tree.indent": 12,
"workbench.editor.empty.hint": "hidden",
"workbench.productIconTheme": "fluent-icons",
// "workbench.editor.wrapTabs": true,
// Editor Settings
"editor.fontSize": 14,
"editor.parameterHints.enabled": false,
"editor.renderLineHighlight": "gutter",
"editor.lineHeight": 1.8,
"editor.suggestSelection": "first",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.accessibilitySupport": "off",
"editor.scrollbar.vertical": "visible",
"editor.scrollbar.horizontal": "hidden",
"editor.minimap.enabled": false,
"editor.semanticHighlighting.enabled": false,
"editor.tabSize": 2,
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.addMissingImports": "explicit"
},
// "editor.rulers": [
// 80,
// 120
// ],
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma",
"editor.formatOnSave": true
},
"prisma.showPrismaDataPlatformNotification": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
// "[jsonc]": {
// "editor.defaultFormatter": "vscode.json-language-features"
// },
// "[json]": {
// "editor.defaultFormatter": "vscode.json-language-features"
// },
// "[html]": {
// "editor.formatOnSave": true,
// "editor.defaultFormatter": "vscode.html-language-features"
// },
"explorer.confirmDelete": false,
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
// "explorer.fileNesting.enabled": false,
// "explorer.fileNesting.patterns": {
// "package.json": ".eslint*, prettier*, tsconfig*, vite*, package-lock*, pnpm-lock*, bun.lockb, nest*",
// "tailwind.config.*": "tailwind.config*, postcss.config*",
// ".env.local": ".env*",
// ".env": ".env*"
// },
"security.workspace.trust.untrustedFiles": "newWindow",
"window.commandCenter": false,
"update.mode": "start",
"symbols.hidesExplorerArrows": false,
"symbols.files.associations": {
"*.controller.ts": "code-sky",
"*.module.ts": "code-orange",
"*.service.ts": "code-yellow",
"*.env.example": "gear"
},
"tailwindCSS.experimental.classRegex": [
["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
],
// Terminal Settings
"terminal.integrated.showExitAlert": false,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.defaultProfile.osx": "fish",
// Emmet Settings
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
// Git Settings
"git.enableSmartCommit": true,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.enabled": false,
"git.confirmSync": false,
"git.autofetch": true,
"git.openRepositoryInParentFolders": "always",
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": true,
"scminput": false
},
// TypeScript and JavaScript Settings
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.tsserver.log": "off",
"typescript.updateImportsOnFileMove.enabled": "never",
"typescript.suggest.autoImports": true,
"typescript.preferences.preferTypeOnlyAutoImports": true,
// Extensions Settings
"extensions.ignoreRecommendations": true,
// Files Settings
"files.associations": {
".sequelizerc": "javascript",
".stylelintrc": "json",
"*.tsx": "typescriptreact",
".env.*": "dotenv",
".prettierrc": "json"
},
"files.exclude": {
"**/CVS": true,
"**/.DS_Store": true,
"**/.hg": true,
"**/.svn": true,
"**/.git": true
// "node_modules": true
},
// Spell Check Settings
"cSpell.userWords": [
"chakra",
"clsx",
"Dotenv",
"fastify",
"Fastify",
"feedbackwidget",
"Hono",
"IUGU",
"jupiter",
"middlewares",
"mixpanel",
"monaco",
"nestjs",
"Omni",
"Onboarded",
"pallas",
"prefetch",
"Pressable",
"rocketseat",
"rotion",
"trpc",
"TRPC",
"unfollow",
"Unfollow",
"unform",
"Unform",
"unmark",
"upsert",
"Vanderson"
],
"cSpell.language": "en,pt",
"cSpell.enableFiletypes": [
"!asciidoc",
"!c",
"!cpp",
"!csharp",
"!go",
"!handlebars",
"!haskell",
"!jade",
"!java",
"!latex",
"!php",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!scss"
],
// Icon Theme Settings
"material-icon-theme.languages.associations": {
"dotenv": "tune"
},
"material-icon-theme.files.associations": {
"tsconfig.json": "tune",
"*.webpack.js": "webpack",
"*.proto": "3d",
"ormconfig.json": "database"
},
"material-icon-theme.activeIconPack": "nest",
"material-icon-theme.folders.associations": {
"adapters": "contract",
"grpc": "pipe",
"kube": "kubernetes",
"main": "lib",
"websockets": "pipe",
"implementations": "core",
"protos": "pipe",
"entities": "class",
"kafka": "pipe",
"use-cases": "functions",
"migrations": "tools",
"schemas": "class",
"useCases": "functions",
"eslint-config": "tools",
"typeorm": "database",
"_shared": "shared",
"mappers": "meta",
"fakes": "mock",
"modules": "components",
"subscribers": "messages",
"domain": "class",
"protocols": "contract",
"infra": "app",
"view-models": "views",
"presentation": "template",
"dtos": "typescript",
"http": "container",
"providers": "include",
"factories": "class",
"repositories": "mappings"
},
// Console Ninja
"console-ninja.featureSet": "Community",
"console-ninja.showWhatsNew": false,
// Prettier
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.enable": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.semi": false,
"prettier.trailingComma": "all",
"prettier.printWidth": 80,
"prettier.endOfLine": "auto",
"prettier.arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment