Created
January 15, 2025 12:00
-
-
Save hspotted/8d240ae3779d53c3b61115aae68e86e9 to your computer and use it in GitHub Desktop.
Visual Studio Code - User 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
| { | |
| // Breadcrumbs Settings | |
| "breadcrumbs.enabled": false, | |
| // Console Ninja Settings | |
| "console-ninja.featureSet": "Community", | |
| "console-ninja.showWhatsNew": false, | |
| // Code Spell Checker | |
| "cSpell.enableFiletypes": [ | |
| "!asciidoc", | |
| "!c", | |
| "!cpp", | |
| "!csharp", | |
| "!go", | |
| "!handlebars", | |
| "!haskell", | |
| "!jade", | |
| "!java", | |
| "!latex", | |
| "!php", | |
| "!pug", | |
| "!python", | |
| "!restructuredtext", | |
| "!rust", | |
| "!scala", | |
| "!scss" | |
| ], | |
| "cSpell.experimental.enableSettingsViewerV2": true, | |
| "cSpell.language": "en,pt", | |
| "cSpell.userWords": [ | |
| "autodocs", | |
| "bootcamp", | |
| "bunx", | |
| "chakra", | |
| "checkin", | |
| "checkins", | |
| "clsx", | |
| "cmdk", | |
| "Codegen", | |
| "commitlint", | |
| "crmbaseentity", | |
| "datadog", | |
| "Datetime", | |
| "dayjs", | |
| "Dotenv", | |
| "Elysia", | |
| "esbenp", | |
| "esbuild", | |
| "fastify", | |
| "Fastify", | |
| "feedbackwidget", | |
| "ffprobe", | |
| "fluentui", | |
| "Formik", | |
| "Hasher", | |
| "Hono", | |
| "hookform", | |
| "hspotted", | |
| "Ibérida", | |
| "ilike", | |
| "IUGU", | |
| "jamjuree", | |
| "jsxdev", | |
| "jupiter", | |
| "liveblocks", | |
| "LIVEBLOCKS", | |
| "lucide", | |
| "mantine", | |
| "manypkg", | |
| "Marguerita", | |
| "middlewares", | |
| "mixpanel", | |
| "monaco", | |
| "mscrm", | |
| "nanostores", | |
| "nestjs", | |
| "nextjs", | |
| "nextra", | |
| "nosidebar", | |
| "odata", | |
| "omni", | |
| "Omni", | |
| "Onboarded", | |
| "onwarn", | |
| "pallas", | |
| "Parens", | |
| "picocolors", | |
| "postgres", | |
| "postgresql", | |
| "prefetch", | |
| "primereact", | |
| "reactflow", | |
| "roboto", | |
| "rocketseat", | |
| "rotion", | |
| "rsxp", | |
| "Sandpack", | |
| "shiki", | |
| "singlefile", | |
| "skylab", | |
| "sqlite", | |
| "stylesheet", | |
| "supergraph", | |
| "svgr", | |
| "sympla", | |
| "tabler", | |
| "tabnine", | |
| "tailwindcss", | |
| "tanstack", | |
| "textblock", | |
| "tiptap", | |
| "trpc", | |
| "TRPC", | |
| "tseslint", | |
| "tsup", | |
| "typecheck", | |
| "unfollow", | |
| "Unfollow", | |
| "unform", | |
| "Unform", | |
| "unmark", | |
| "uuidv", | |
| "Voqin", | |
| "xolyd", | |
| "zustand" | |
| ], | |
| // Editor Settings | |
| "editor.acceptSuggestionOnCommitCharacter": false, | |
| "editor.accessibilitySupport": "off", | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit", | |
| "source.organizeImports": "explicit", | |
| "source.addMissingImports": "explicit" | |
| }, | |
| "editor.fontFamily": "FiraCode Nerd Font", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 16, | |
| "editor.formatOnPaste": true, | |
| "editor.formatOnSave": true, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.lineHeight": 2, | |
| "editor.linkedEditing": true, | |
| "editor.minimap.enabled": false, | |
| "editor.parameterHints.enabled": false, | |
| "editor.renderLineHighlight": "gutter", | |
| "editor.rulers": [ | |
| 100, | |
| 120 | |
| ], | |
| "editor.scrollbar.horizontal": "hidden", | |
| "editor.scrollbar.vertical": "hidden", | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.suggestSelection": "first", | |
| "editor.tabSize": 2, | |
| "editor.wordWrap": "on", | |
| // Emmet Settings | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact" | |
| }, | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx" | |
| }, | |
| // ESLint Settings | |
| "eslint.format.enable": true, | |
| "eslint.validate": [ | |
| "javascript", | |
| "javascriptreact", | |
| "graphql" | |
| ], | |
| // Explorer Settings | |
| "explorer.confirmDelete": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.compactFolders": false, | |
| "explorer.sortOrder": "foldersNestsFiles", | |
| "explorer.fileNesting.enabled": true, | |
| "explorer.fileNesting.patterns": { | |
| "*.ts": "${capture}.js", | |
| "*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts", | |
| "*.jsx": "${capture}.js", | |
| "*.tsx": "${capture}.ts", | |
| ".env*": ".env*" | |
| }, | |
| // Extensions Settings | |
| "extensions.autoCheckUpdates": true, | |
| "extensions.ignoreRecommendations": true, | |
| // Files Settings | |
| "files.associations": { | |
| ".env.*": "dotenv", | |
| ".prettierrc": "json", | |
| "*.css": "css" | |
| }, | |
| "files.exclude": { | |
| "**\/CVS": true, | |
| "**\/.DS_Store": true, | |
| "**\/.hg": true, | |
| "**\/.svn": true, | |
| "**\/.git": true, | |
| // ".vscode": true, | |
| // "**\/node_modules": true, | |
| }, | |
| "cssVariables.lookupFiles": [ | |
| "**/*.css", | |
| "**/*.scss", | |
| "**/*.sass", | |
| "**/*.less", | |
| "node_modules/@mantine/core/styles.css" | |
| ], | |
| "files.trimTrailingWhitespace": true, | |
| // Git Settings | |
| "git.enableSmartCommit": true, | |
| "git.openRepositoryInParentFolders": "always", | |
| "gitlens.codeLens.recentChange.enabled": false, | |
| "gitlens.codeLens.authors.enabled": false, | |
| // HTML Settings | |
| "html.autoClosingTags": true, | |
| // JavaScript Settings | |
| "javascript.autoClosingTags": true, | |
| "javascript.suggest.autoImports": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "security.workspace.trust.untrustedFiles": "newWindow", | |
| // Tailwind CSS Settings | |
| "tailwindCSS.experimental.classRegex": [ | |
| [ | |
| "cva\\(([^)]*)\\)", | |
| "[\"'`]([^\"'`]*).*?[\"'`]" | |
| ], | |
| [ | |
| "cx\\(([^)]*)\\)", | |
| "(?:'|\"|`)([^']*)(?:'|\"|`)" | |
| ] | |
| ], | |
| // Terminal Settings | |
| "terminal.integrated.env.osx": { | |
| "FIG_NEW_SESSION": "1" | |
| }, | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.fontFamily": "FiraCode Nerd Font", | |
| "terminal.integrated.env.windows": {}, | |
| "terminal.integrated.gpuAcceleration": "off", | |
| "terminal.integrated.showExitAlert": false, | |
| // Typescript Settings | |
| "typescript.autoClosingTags": true, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "typescript.suggest.autoImports": true, | |
| "typescript.tsserver.log": "off", | |
| // Update Settings | |
| "update.mode": "manual", | |
| "update.showReleaseNotes": false, | |
| // "window.titleBarStyle": "native", | |
| "window.restoreWindows": "none", | |
| "files.hotExit": "off", | |
| "workbench.editor.empty.hint": "hidden", | |
| "workbench.editor.labelFormat": "short", | |
| "workbench.startupEditor": "newUntitledFile", | |
| // Formatter Settings | |
| "[prisma]": { | |
| "editor.defaultFormatter": "Prisma.prisma", | |
| "editor.formatOnSave": true | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "vscode.json-language-features", | |
| "editor.formatOnSave": true | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features", | |
| "editor.formatOnSave": true | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.colorTheme": "poimandres-noitalics", | |
| // "tabnine.experimentalAutoImports": true, | |
| "workbench.productIconTheme": "el-vsc-v1-icons", | |
| "terminal.integrated.env.linux": {}, | |
| "workbench.iconTheme": "material-icon-theme", | |
| // "workbench.sideBar.location": "right", | |
| // "workbench.activityBar.location": "top", | |
| "workbench.activityBar.iconClickBehavior": "toggle", | |
| "window.confirmSaveUntitledWorkspace": false, | |
| "window.density.editorTabHeight": "compact", | |
| "github.copilot.editor.enableAutoCompletions": true, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "plaintext": false, | |
| "markdown": false, | |
| "scminput": false | |
| }, | |
| "[xml]": { | |
| "editor.defaultFormatter": "redhat.vscode-xml" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment