Skip to content

Instantly share code, notes, and snippets.

@fhugoduarte
Last active July 23, 2023 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhugoduarte/1496303691db12e47ab381ad6fee1285 to your computer and use it in GitHub Desktop.
Save fhugoduarte/1496303691db12e47ab381ad6fee1285 to your computer and use it in GitHub Desktop.
settings.json
{
"javascript.suggest.autoImports": true,
"explorer.confirmDelete": false,
"gitlens.codeLens.enabled": false,
"material-icon-theme.folders.associations": {
"subscribers": "messages",
"organisms": "public",
"kube": "kubernetes",
"entities": "class",
"modules": "components",
"fakes": "mock",
"queries": "Graphql",
"infra": "app",
"account": "admin",
"websockets": "pipe",
"search": "review",
"http": "container",
"useCases": "controller",
"kafka": "scripts",
"providers": "include",
"molecules": "context",
"notifications": "event",
"twoFactor": "secure",
"schemas": "class",
"forms": "tasks",
"domain": "class",
"changelogs": "update",
"typeorm": "database",
"migrations": "tools",
"dtos": "typescript",
"eslint-config": "tools",
"mappers": "meta",
"scenes": "interface",
"protos": "pipe",
"grpc": "pipe",
"implementations": "core",
"repositories": "mappings",
"atoms": "react-components",
"_shared": "shared",
"feedback": "messages"
},
"editor.inlineSuggest.enabled": true,
"gitlens.codeLens.authors.enabled": false,
"editor.tabSize": 2,
"files.associations": {
".sequelizerc": "javascript",
"*.tsx": "typescriptreact"
},
"workbench.editor.labelFormat": "short",
"workbench.colorTheme": "Tokyo Night Storm",
"screencastMode.onlyKeyboardShortcuts": true,
"workbench.iconTheme": "material-icon-theme",
"liveshare.authenticationProvider": "GitHub",
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.bracketPairColorization.enabled": true,
"github.copilot.enable": {
"markdown": false,
"*": true,
"plaintext": true,
"yaml": false
},
"extensions.ignoreRecommendations": true,
"editor.semanticHighlighting.enabled": false,
"inline-parameters.enabled": true,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"typescript.tsserver.log": "verbose",
"editor.parameterHints.enabled": false,
"liveServer.settings.donotVerifyTags": true,
"editor.rulers": [80, 120],
"liveServer.settings.donotShowInfoMsg": true,
"editor.accessibilitySupport": "off",
"cSpell.language": "pt,pt-PT,en,en-US,en-GB,pt_BR",
"liveshare.featureSet": "insiders",
"gitlens.codeLens.recentChange.enabled": false,
"material-icon-theme.activeIconPack": "nest",
"editor.fontLigatures": true,
"files.exclude": {
"**/CVS": true,
"**/.DS_Store": true,
"**/.hg": true,
"**/.svn": true,
"**/.git": true
},
"editor.suggestSelection": "first",
"explorer.compactFolders": false,
"typescript.suggest.autoImports": true,
"breadcrumbs.enabled": true,
"editor.fontFamily": "'Cascadia Code'",
"workbench.startupEditor": "newUntitledFile",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"explorer.confirmDragAndDrop": false,
"editor.fontSize": 13,
"editor.renderLineHighlight": "gutter",
"material-icon-theme.files.associations": {
"*.drawer.tsx": "routing",
"tsconfig.json": "tune",
"*.group.tsx": "routing",
"*.routes.tsx": "routing",
"ormconfig.json": "database",
"*.top.tsx": "routing",
"*.proto": "3d",
"*.webpack.js": "webpack",
"*.stack.tsx": "routing",
"*.bottom.tsx": "routing"
},
"editor.guides.bracketPairs": "active",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"git.enableSmartCommit": true,
"typescript.updateImportsOnFileMove.enabled": "never",
"terminal.integrated.fontSize": 14,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.lineHeight": 26,
"cSpell.userWords": [
"Guard",
"Guards",
"Props",
"Reactotron",
"Reakit",
"Shuttle",
"UEID",
"avatar",
"bearer",
"defaults",
"dtos",
"microservices",
"moti",
"nestjs",
"onesignal",
"postgres",
"purchases",
"refund",
"styled",
"svgs",
"swiper",
"testid",
"timestamptz",
"ubefit",
"unmount",
"welldone"
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[prisma]": {
"editor.formatOnSave": true
},
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"terminal.integrated.profiles.osx": {
"zsh rosetta": {
"path": "/usr/bin/arch",
"args": ["-arch", "x86_64", "/bin/zsh"]
}
},
"terminal.integrated.defaultProfile.osx": "zsh rosetta",
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment