Skip to content

Instantly share code, notes, and snippets.

@rafaelppereira
Last active June 11, 2023 01:51
Show Gist options
  • Save rafaelppereira/0910c726df886e56c1a6df5badb80c07 to your computer and use it in GitHub Desktop.
Save rafaelppereira/0910c726df886e56c1a6df5badb80c07 to your computer and use it in GitHub Desktop.
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.colorCustomizations": {
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#6699ff",
"activityBarBadge.foreground": "#ffffff",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#3660b4",
"statusBar.background": "#3660b4",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#3660b4",
"statusBarItem.remoteBackground": "#3660b4",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#3660b4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#163168",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#C60B2F",
"nuxt.isNuxtApp": false,
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"files.associations": {
".sequelizerc": "javascript",
".stylelintrc": "json",
"*.tsx": "typescriptreact",
".env.*": "dotenv",
".prettierrc": "json",
"*.scss": "postcss"
},
"screencastMode.onlyKeyboardShortcuts": true,
"cSpell.userWords": [
"chakra",
"IUGU",
"middlewares",
"mixpanel",
"Onboarded",
"prefetch",
"rocketseat",
"upsert"
],
"editor.parameterHints.enabled": false,
"editor.renderLineHighlight": "gutter",
"cSpell.language": "en,pt",
"editor.lineHeight": 26,
"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",
"editor.suggestSelection": "first",
"explorer.confirmDelete": false,
"gitlens.codeLens.recentChange.enabled": false,
"terminal.integrated.showExitAlert": false,
"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"
],
"editor.acceptSuggestionOnCommitCharacter": false,
"explorer.compactFolders": false,
"git.enableSmartCommit": true,
"editor.accessibilitySupport": "off",
"explorer.confirmDragAndDrop": false,
"terminal.integrated.fontSize": 14,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
// "source.organizeImports": true
},
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": true,
"workbench.productIconTheme": "fluent-icons",
"editor.fontFamily": "JetBrainsMono",
"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
},
"tabnine.experimentalAutoImports": true,
"gitlens.codeLens.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Palenight Theme",
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontFamily": "monospace",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"rapidapi.terminalLink.enabled": false,
"editor.stickyScroll.enabled": false,
"gitlens.advanced.messages": {
"suppressLineUncommittedWarning": true
},
"editor.unicodeHighlight.allowedCharacters": {
"ˆ": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment