{ "[prisma]": { "editor.defaultFormatter": "Prisma.prisma", "editor.formatOnSave": true }, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "breadcrumbs.enabled": true, "console-ninja.featureSet": "Community", "dev.containers.defaultExtensions": [ "Github.copilot" ], "diffEditor.ignoreTrimWhitespace": false, "diffEditor.wordWrap": "off", "editor.accessibilitySupport": "off", "editor.autoClosingQuotes": "always", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "editor.fontFamily": "Jetbrains Mono", "editor.fontLigatures": true, "editor.fontSize": 16, "editor.inlineSuggest.enabled": true, "editor.inlineSuggest.showToolbar": "always", "editor.lineHeight": 26, "editor.minimap.enabled": true, "editor.multiCursorLimit": 99999, "editor.parameterHints.enabled": false, "editor.renderLineHighlight": "gutter", "editor.renderWhitespace": "all", "editor.rulers": [ 320 ], "editor.semanticHighlighting.enabled": false, "editor.suggest.showSnippets": false, "editor.suggestSelection": "first", "editor.tabSize": 2, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "emmet.syntaxProfiles": { "javascript": "jsx" }, "explorer.compactFolders": true, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "extensions.ignoreRecommendations": true, "files.associations": { "*.tsx": "typescriptreact", ".env.*": "dotenv", ".prettierrc": "json", ".sequelizerc": "javascript", ".stylelintrc": "json" }, "files.eol": "\n", "files.exclude": { "**/.git": true, "**/.hg": true, "**/.idea": true, "**/.next": true, "**/.svn": true, "**/.trunk/*actions/": true, "**/.trunk/*logs/": true, "**/.trunk/*notifications/": true, "**/.trunk/*out/": true, "**/.trunk/*plugins/": true, "**/.webpack": true, "**/CVS": true, "**/node_modules": false }, "files.watcherExclude": { "**/.trunk/*actions/": true, "**/.trunk/*logs/": true, "**/.trunk/*notifications/": true, "**/.trunk/*out/": true, "**/.trunk/*plugins/": true }, "git.autofetch": true, "git.confirmSync": false, "git.enableSmartCommit": true, "git.ignoreLimitWarning": true, "git.ignoreMissingGitWarning": true, "git.ignoreRebaseWarning": true, "git.openRepositoryInParentFolders": "always", "github.copilot.enable": { "*": true, "markdown": true, "plaintext": false, "scminput": false }, "go.toolsManagement.autoUpdate": true, "html.validate.styles": false, "javascript.inlayHints.enumMemberValues.enabled": false, "javascript.inlayHints.functionLikeReturnTypes.enabled": false, "javascript.inlayHints.parameterTypes.enabled": false, "javascript.inlayHints.propertyDeclarationTypes.enabled": false, "javascript.suggest.autoImports": true, "javascript.updateImportsOnFileMove.enabled": "always", "lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB", "lldb.suppressUpdateNotifications": true, "material-icon-theme.activeIconPack": "nest", "material-icon-theme.files.associations": { "*.enum.ts": "nest-guard", "*.fake.ts": "nest-middleware", "*.interface.ts": "nest-pipe", "*.postgres.ts": "nest-controller", "*.proto": "3d", "*.repository.ts": "nest-controller", "*.webpack.js": "webpack", "ormconfig.json": "database", "tsconfig.json": "tune" }, "material-icon-theme.folders.associations": { "_shared": "shared", "application": "app", "channel": "pipe", "componentes": "components", "domain": "class", "dto": "typescript", "dtos": "typescript", "echo": "pipe", "entities": "class", "eslint-config": "tools", "exceptions": "serverless", "executor": "controller", "fakes": "mock", "formatter": "content", "formatters": "content", "grpc": "core", "http": "container", "implementations": "core", "infra": "app", "kafka": "scripts", "kube": "kubernetes", "listeners": "messages", "mappers": "meta", "migrations": "tools", "modules": "components", "protocols": "contract", "protos": "pipe", "providers": "controller", "pubsub": "messages", "registries": "database", "registry": "database", "repositories": "mappings", "schemas": "class", "serializers": "content", "server-1": "server", "server-2": "server", "server-3": "server", "server-4": "server", "server-5": "server", "server-6": "server", "server-7": "server", "server-8": "server", "subscribers": "messages", "translator": "i18n", "typeorm": "database", "useCases": "controller", "websockets": "pipe", "zeraph": "command" }, "material-icon-theme.languages.associations": { "dotenv": "tune" }, "redhat.telemetry.enabled": true, "security.workspace.trust.untrustedFiles": "open", "terminal.explorerKind": "external", "terminal.integrated.defaultProfile.osx": "zsh", "terminal.integrated.enableMultiLinePasteWarning": false, "terminal.integrated.env.linux": {}, "terminal.integrated.env.osx": { "FIG_NEW_SESSION": "1", "CW_NEW_SESSION": "1" }, "terminal.integrated.fontFamily": "Jetbrains Mono", "typescript.inlayHints.enumMemberValues.enabled": false, "typescript.inlayHints.functionLikeReturnTypes.enabled": false, "typescript.inlayHints.propertyDeclarationTypes.enabled": false, "typescript.inlayHints.variableTypes.enabled": false, "typescript.suggest.autoImports": true, "typescript.tsserver.log": "off", "typescript.updateImportsOnFileMove.enabled": "never", "vs-kubernetes": { "vs-kubernetes.crd-code-completion": "enabled" }, "window.autoDetectColorScheme": true, "window.zoomLevel": 1, "workbench.colorTheme": "Default Light Modern", "workbench.editor.empty.hint": "hidden", "workbench.editor.enablePreview": false, "workbench.editor.labelFormat": "short", "workbench.iconTheme": "material-icon-theme", "workbench.preferredDarkColorTheme": "Omni", "workbench.preferredHighContrastColorTheme": "Min Dark", "workbench.preferredHighContrastLightColorTheme": "Min Light", "workbench.preferredLightColorTheme": "Min Light", "workbench.startupEditor": "newUntitledFile", "workbench.tree.indent": 10, "remote.SSH.remotePlatform": { "34.95.199.191": "linux" }, "supermaven.enable": { "*": false }, "supermaven.allowGitignore": true, "liveServer.settings.donotShowInfoMsg": true }