Last active
June 3, 2025 20:31
-
-
Save filipelperes/b88e8faabd2ddba3139e18af285905d5 to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "C_Cpp.inlayHints.autoDeclarationTypes.enabled": true, | |
| "C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft": true, | |
| "C_Cpp.inlayHints.parameterNames.enabled": true, | |
| "C_Cpp.inlayHints.parameterNames.suppressWhenArgumentContainsName": true, | |
| "C_Cpp.inlayHints.referenceOperator.enabled": true, | |
| "C_Cpp.inlayHints.referenceOperator.showSpace": true, | |
| "[css]": { | |
| "editor.defaultFormatter": "vscode.css-language-features" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "[java]": { | |
| "editor.defaultFormatter": "redhat.java" | |
| }, | |
| "[javascript][javascriptreact][typescript][typescriptreact]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "[json][jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "[markdown]": { | |
| "editor.defaultFormatter": "vscode.markdown-language-features" | |
| }, | |
| "[php]": { | |
| "editor.defaultFormatter": "vscode.php-language-features" | |
| }, | |
| "[powershell]": { | |
| "editor.defaultFormatter": "ms-vscode.powershell" | |
| }, | |
| "[prisma]": { | |
| "editor.formatOnSave": true | |
| }, | |
| "apc.font.family": "Inter", | |
| "apc.header": { | |
| "height": 36 | |
| }, | |
| "apc.listRow": { | |
| "height": 24 | |
| }, | |
| "breadcrumbs.icons": false, | |
| "cSpell.enableFiletypes": [ | |
| "!asciidoc", | |
| "!c", | |
| "!cpp", | |
| "!csharp", | |
| "!go", | |
| "!handlebars", | |
| "!haskell", | |
| "!jade", | |
| "!java", | |
| "!latex", | |
| "!php", | |
| "!pug", | |
| "!python", | |
| "!restructuredtext", | |
| "!rust", | |
| "!scala", | |
| "!scss" | |
| ], | |
| "cSpell.language": "en,pt", | |
| "cSpell.userWords": [ | |
| "automations", | |
| "bootcamp", | |
| "chakra", | |
| "checkin", | |
| "checkins", | |
| "cloudflare", | |
| "clsx", | |
| "Codegen", | |
| "datadog", | |
| "Datetime", | |
| "dayjs", | |
| "Dotenv", | |
| "Elysia", | |
| "esbuild", | |
| "fastify", | |
| "Fastify", | |
| "feedbackwidget", | |
| "ffprobe", | |
| "gamificada", | |
| "Hasher", | |
| "hono", | |
| "Hono", | |
| "ilike", | |
| "IUGU", | |
| "jamjuree", | |
| "jupiter", | |
| "ksuid", | |
| "liveblocks", | |
| "LIVEBLOCKS", | |
| "Marguerita", | |
| "middlewares", | |
| "mixpanel", | |
| "monaco", | |
| "nestjs", | |
| "nivo", | |
| "omni", | |
| "Omni", | |
| "Onboarded", | |
| "pallas", | |
| "postgres", | |
| "postgresql", | |
| "prefetch", | |
| "reactflow", | |
| "retriable", | |
| "roboto", | |
| "rocketseat", | |
| "rotion", | |
| "rsxp", | |
| "Sandpack", | |
| "shiki", | |
| "skylab", | |
| "sqlite", | |
| "supergraph", | |
| "svgr", | |
| "sympla", | |
| "tailwindcss", | |
| "textblock", | |
| "tiptap", | |
| "trpc", | |
| "TRPC", | |
| "tsup", | |
| "unfollow", | |
| "Unfollow", | |
| "unform", | |
| "Unform", | |
| "unmark", | |
| "upsert", | |
| "Usuario", | |
| "webm", | |
| "WEBPUSH" | |
| ], | |
| "console-ninja.featureSet": "Community", | |
| "csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": true, | |
| "csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": true, | |
| "csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": true, | |
| "csharp.inlayHints.enableInlayHintsForTypes": true, | |
| "css.enabledLanguages": [ | |
| "javascript", | |
| "javascriptreact", | |
| "typescript", | |
| "typescriptreact", | |
| "html" | |
| ], | |
| "css.styleSheets": [ | |
| "src/**/*.css" | |
| ], | |
| "cssrem.addMark": true, | |
| "cssrem.hover": "always", | |
| "dart.sdkPaths": [ | |
| "C:\\tools\\flutter\\bin", | |
| "C:\\tools\\dart-sdk\\bin" | |
| ], | |
| "database-client.autoSync": true, | |
| "dateTime.customFormat": "ddd, DD | MMM | YYYY - HH:mm:ss", | |
| "diffEditor.wordWrap": "on", | |
| "dotnet.inlayHints.enableInlayHintsForIndexerParameters": true, | |
| "dotnet.inlayHints.enableInlayHintsForLiteralParameters": true, | |
| "dotnet.inlayHints.enableInlayHintsForObjectCreationParameters": true, | |
| "dotnet.inlayHints.enableInlayHintsForOtherParameters": true, | |
| "dotnet.inlayHints.enableInlayHintsForParameters": true, | |
| "dotnet.inlayHints.suppressInlayHintsForParametersThatDifferOnlyBySuffix": true, | |
| "dotnet.inlayHints.suppressInlayHintsForParametersThatMatchArgumentName": true, | |
| "dotnet.inlayHints.suppressInlayHintsForParametersThatMatchMethodIntent": true, | |
| "editor.acceptSuggestionOnCommitCharacter": false, | |
| "editor.accessibilitySupport": "off", | |
| "editor.autoClosingComments": "always", | |
| "editor.autoClosingOvertype": "always", | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit" | |
| }, | |
| "editor.fontFamily": "JetBrainsMono Nerd Font", | |
| "editor.fontLigatures": true, | |
| "editor.formatOnSave": true, | |
| "editor.guides.bracketPairs": true, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.inlayHints.enabled": "on", | |
| "editor.lineHeight": 1.8, | |
| "editor.linkedEditing": true, | |
| "editor.minimap.showSlider": "always", | |
| "editor.quickSuggestions": { | |
| "comments": true, | |
| "other": true, | |
| "strings": true | |
| }, | |
| "editor.renderFinalNewline": "off", | |
| "editor.renderLineHighlight": "gutter", | |
| "editor.renderWhitespace": "all", | |
| "editor.rulers": [ | |
| 80, | |
| 120 | |
| ], | |
| "editor.scrollBeyondLastLine": false, | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.tabSize": 3, | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [ | |
| { | |
| "scope": "keyword.other.dotenv", | |
| "settings": { | |
| "foreground": "#FF000000" | |
| } | |
| } | |
| ] | |
| }, | |
| "editor.wordWrap": "on", | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact", | |
| "mdx": "javascriptreact" | |
| }, | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx", | |
| "mdx": "jsx" | |
| }, | |
| "emmet.triggerExpansionOnTab": true, | |
| "eslint.format.enable": true, | |
| "eslint.validate": [ | |
| "javascript", | |
| "javascriptreact", | |
| "graphql" | |
| ], | |
| "explorer.compactFolders": false, | |
| "explorer.confirmDelete": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.fileNesting.enabled": true, | |
| "explorer.fileNesting.patterns": { | |
| ".env": ".env*", | |
| ".env.local": ".env*", | |
| "application.properties": "application-*.properties, logback.xml", | |
| "application.yml": "application-*.yml", | |
| "build.gradle": "settings.gradle, gradle.properties, gradlew, gradlew.bat", | |
| "build.gradle.kts": "settings.gradle.kts, gradle.properties, gradlew, gradlew.bat", | |
| "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*", | |
| "pom.xml": "settings.xml, .mvnw, .mvnw.cmd, .mvnignore", | |
| "tailwind.config.js": "tailwind.config*, postcss.config*" | |
| }, | |
| "explorer.sortOrder": "foldersNestsFiles", | |
| "extensions.ignoreRecommendations": true, | |
| "files.associations": { | |
| "*.css": "css", | |
| ".dev.vars": "dotenv", | |
| ".env*": "dotenv", | |
| ".prettierrc": "json" | |
| }, | |
| "files.exclude": { | |
| "**/.DS_Store": true, | |
| "**/.git": true, | |
| "**/.hg": true, | |
| "**/.svn": true, | |
| "**/CVS": true, | |
| ".vscode": true | |
| // "node_modules": true | |
| }, | |
| "files.trimTrailingWhitespace": true, | |
| "fiveServer.php.executable": "C:\\xampp\\php\\php.exe", | |
| "geminicodeassist.project": "", | |
| "git.enableSmartCommit": true, | |
| "git.openRepositoryInParentFolders": "always", | |
| "go.inlayHints.assignVariableTypes": true, | |
| "go.inlayHints.compositeLiteralFields": true, | |
| "go.inlayHints.compositeLiteralTypes": true, | |
| "go.inlayHints.constantValues": true, | |
| "go.inlayHints.functionTypeParameters": true, | |
| "go.inlayHints.parameterNames": true, | |
| "go.inlayHints.rangeVariableTypes": true, | |
| "gradle.nestedProjects": true, | |
| "html-css-class-completion.enableEmmetSupport": true, | |
| "importCost.debug": true, | |
| "indentRainbow.indicatorStyle": "light", | |
| "java.autobuild.enabled": false, | |
| "java.gradle.buildServer.openBuildOutput": "openOnBuildStart", | |
| "java.inlayHints.parameterNames.enabled": "all", | |
| "javascript.format.semicolons": "insert", | |
| "javascript.inlayHints.enumMemberValues.enabled": true, | |
| "javascript.inlayHints.functionLikeReturnTypes.enabled": true, | |
| "javascript.inlayHints.parameterNames.enabled": "all", | |
| "javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true, | |
| "javascript.inlayHints.parameterTypes.enabled": true, | |
| "javascript.inlayHints.propertyDeclarationTypes.enabled": true, | |
| "javascript.inlayHints.variableTypes.enabled": true, | |
| "javascript.referencesCodeLens.enabled": true, | |
| "javascript.referencesCodeLens.showOnAllFunctions": true, | |
| "javascript.suggest.completeFunctionCalls": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "liveServer.settings.donotVerifyTags": true, | |
| "lldb.suppressUpdateNotifications": true, | |
| "npm.enableRunFromFolder": true, | |
| "npm.packageManager": "yarn", | |
| "php.inlayHints.parameters.byReference": true, | |
| "php.inlayHints.parameters.enabled": true, | |
| "php.inlayHints.parameters.suppressNameMatchingValue": true, | |
| "php.inlayHints.types.return": true, | |
| "php.inlayHints.types.suppressVariableFromLiteral": true, | |
| "php.inlayHints.types.variable": true, | |
| "phpserver.phpPath": "C:\\xampp\\php\\php.exe", | |
| "powershell.buttons.showPanelMovementButtons": true, | |
| "powershell.codeFormatting.autoCorrectAliases": true, | |
| "powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true, | |
| "powershell.codeFormatting.trimWhitespaceAroundPipe": true, | |
| "powershell.codeFormatting.whitespaceBetweenParameters": true, | |
| "powershell.powerShellAdditionalExePaths": { | |
| "PSHOME": "/opt/microsoft/powershell/7/" | |
| }, | |
| "powershell.sideBar.CommandExplorerVisibility": true, | |
| "prisma.showPrismaDataPlatformNotification": false, | |
| "python.analysis.autoImportCompletions": true, | |
| "python.analysis.inlayHints.callArgumentNames": "all", | |
| "python.analysis.inlayHints.functionReturnTypes": true, | |
| "python.analysis.inlayHints.pytestParameters": true, | |
| "python.analysis.inlayHints.variableTypes": true, | |
| "security.promptForLocalFileProtocolHandling": false, | |
| "symbols.files.associations": { | |
| "*.e2e-spec.ts": "ts-test", | |
| "*.guard.ts": "typescript", | |
| "*.mock.ts": "ts-test", | |
| "*.module.ts": "nest", | |
| "*.spec.ts": "ts-test", | |
| ".env.development.local": "gear", | |
| ".env.example": "gear", | |
| ".env.local": "gear", | |
| ".env.test.local": "gear", | |
| "vitest.config.e2e.ts": "vite" | |
| }, | |
| "tabnine.experimentalAutoImports": true, | |
| "tailwindCSS.experimental.classRegex": [ | |
| [ | |
| "tv\\(([^)]*)\\)", | |
| "[\"'`]([^\"'`]*).*?[\"'`]" | |
| ], | |
| "class:\\s*?[\"'`]([^\"'`]*).*?," | |
| ], | |
| "terminal.integrated.defaultProfile.linux": "fish", | |
| "terminal.integrated.defaultProfile.osx": "fish", | |
| "terminal.integrated.defaultProfile.windows": "Git Bash", | |
| "terminal.integrated.env.linux": {}, | |
| "terminal.integrated.env.osx": { | |
| "FIG_NEW_SESSION": "1" | |
| }, | |
| "terminal.integrated.env.windows": {}, | |
| "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font", | |
| "terminal.integrated.gpuAcceleration": "on", | |
| "terminal.integrated.profiles.linux": { | |
| "fish": { | |
| "args": [ | |
| "-1" | |
| ], | |
| "path": "/usr/bin/fish" | |
| } | |
| }, | |
| "terminal.integrated.showExitAlert": false, | |
| "typescript.format.semicolons": "insert", | |
| "typescript.implementationsCodeLens.enabled": true, | |
| "typescript.inlayHints.enumMemberValues.enabled": true, | |
| "typescript.inlayHints.functionLikeReturnTypes.enabled": true, | |
| "typescript.inlayHints.parameterNames.enabled": "all", | |
| "typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true, | |
| "typescript.inlayHints.parameterTypes.enabled": true, | |
| "typescript.inlayHints.propertyDeclarationTypes.enabled": true, | |
| "typescript.inlayHints.variableTypes.enabled": true, | |
| "typescript.preferences.preferTypeOnlyAutoImports": true, | |
| "typescript.referencesCodeLens.enabled": true, | |
| "typescript.referencesCodeLens.showOnAllFunctions": true, | |
| "typescript.suggest.completeFunctionCalls": true, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "update.mode": "start", | |
| "update.showReleaseNotes": false, | |
| "versionlens.suggestions.showOnStartup": true, | |
| "vsicons.dontShowNewVersionMessage": true, | |
| "window.autoDetectColorScheme": true, | |
| "wordcounter.include_eol_chars": false, | |
| "workbench.colorCustomizations": { | |
| "[Vira*]": {}, | |
| "tree.indentGuidesStroke": "#dbdbdb" | |
| }, | |
| "workbench.editor.empty.hint": "hidden", | |
| "workbench.editor.enablePreview": false, | |
| "workbench.editor.labelFormat": "short", | |
| "workbench.editor.tabSizing": "shrink", | |
| "workbench.editor.wrapTabs": true, | |
| "workbench.iconTheme": "symbols", | |
| "workbench.preferredDarkColorTheme": "Tokyo Night", | |
| "workbench.preferredLightColorTheme": "Min Light", | |
| "workbench.productIconTheme": "fluent-icons", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.tree.indent": 15, | |
| "workbench.tree.renderIndentGuides": "always", | |
| "yaml.schemas": { | |
| "file:///c%3A/Users/filip/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml", | |
| "file:///c%3A/Users/filip/.vscode/extensions/docsmsft.docs-yaml-1.0.5/dist/toc.schema.json": "/toc\\.yml/i" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment