Skip to content

Instantly share code, notes, and snippets.

@HenriqueCole
Last active January 22, 2024 10:52
Show Gist options
  • Save HenriqueCole/73ea8d97c83971724f8db1dfff7500b2 to your computer and use it in GitHub Desktop.
Save HenriqueCole/73ea8d97c83971724f8db1dfff7500b2 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 15,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
"window.zoomLevel": -0.4,
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"files.associations": {
".sequelizerc": "javascript",
".stylelintrc": "json",
"*.tsx": "typescriptreact",
".env.*": "dotenv",
".prettierrc": "json",
"*.css": "css"
},
"cSpell.userWords": [
"camelcase",
"chakra",
"clini",
"clinicorp",
"clinigpt",
"cloudsql",
"clsx",
"Dotenv",
"fastify",
"Fastify",
"feedbackwidget",
"fieldname",
"gcloud",
"Hono",
"IUGU",
"jupiter",
"liveshare",
"middlewares",
"mixpanel",
"monaco",
"nestjs",
"Omni",
"Onboarded",
"openai",
"OPENAI",
"originalname",
"pallas",
"polacode",
"prefetch",
"protos",
"rocketseat",
"rotion",
"trpc",
"TRPC",
"unfollow",
"Unfollow",
"unform",
"Unform",
"unmark",
"upsert",
"websockets",
"WHATSAPP"
],
"editor.parameterHints.enabled": false,
"editor.renderLineHighlight": "gutter",
"cSpell.language": "en,pt",
"editor.lineHeight": 1.8,
"material-icon-theme.languages.associations": {
"dotenv": "tune"
},
"typescript.updateImportsOnFileMove.enabled": "never",
"material-icon-theme.files.associations": {
"tsconfig.json": "tune",
"*.webpack.js": "webpack",
"*.proto": "3d",
"ormconfig.json": "database"
},
"material-icon-theme.activeIconPack": "nest",
"workbench.activityBar.location": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"editor.suggestSelection": "first",
"workbench.statusBar.visible": true,
"explorer.confirmDelete": false,
"gitlens.codeLens.recentChange.enabled": false,
"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"
},
"liveshare.featureSet": "insiders",
"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"
},
"cSpell.enableFiletypes": [
"!asciidoc",
"!c",
"!cpp",
"!csharp",
"!go",
"!handlebars",
"!haskell",
"!jade",
"!java",
"!latex",
"!php",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!scss",
"!md"
],
"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",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.addMissingImports": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": false,
"editor.fontFamily": "JetBrainsMono Nerd Font",
"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,
// "node_modules": true
},
"gitlens.codeLens.enabled": false,
"workbench.iconTheme": "symbols",
"polacode.transparentBackground": true,
"polacode.target": "snippet",
"editor.minimap.enabled": false,
"update.mode": "start",
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.defaultProfile.osx": "fish",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"workbench.colorTheme": "Min Dark",
"symbols.hidesExplorerArrows": false,
"workbench.productIconTheme": "fluent-icons",
"terminal.integrated.env.windows": {},
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"workbench.editor.empty.hint": "hidden",
"console-ninja.featureSet": "Community",
"terminal.integrated.enableMultiLinePasteWarning": false,
"editor.minimap.maxColumn": 145,
"prettier.printWidth": 120,
"diffEditor.ignoreTrimWhitespace": false,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.titleBarStyle": "native",
"apc.electron": {
"titleBarStyle": "hiddenInset",
"trafficLightPosition": {
"x": 11,
"y": 10
},
"frame": false
},
"apc.header": {
"height": 36
},
"apc.listRow": {
"height": 24
},
"apc.stylesheet": {
".title-label > h2": "display: none",
".editor-actions": "display: none",
".pane-header": "padding: 0 8px",
".pane-body": "padding: 8px",
".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;",
},
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, .prettier*, prettier*, tsconfig*, vite*, pnpm-lock*, package-lock*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
"tailwind.config.ts": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment