settings.json — configs
 
EXPLORER
{
    // "workbench.activityBar.location": "hidden",
    "workbench.statusBar.visible": true,
    "editor.fontSize": 14,
    "editor.lineHeight": 1.8,
    "workbench.sideBar.location": "right",
    "javascript.suggest.autoImports": true,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "editor.rulers": [80, 120],
    "extensions.ignoreRecommendations": true,
    "typescript.tsserver.log": "off",
    "files.associations": {
      ".env.*": "dotenv",
      ".prettierrc": "json",
      "*.css": "css"
    },
    "typescript.updateImportsOnFileMove.enabled": "always",
    "editor.suggestSelection": "first",
    "explorer.confirmDelete": false,
    "terminal.integrated.showExitAlert": false,
    "[prisma]": {
      "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"
    },
    "emmet.syntaxProfiles": {
      "javascript": "jsx"
    },
    "editor.acceptSuggestionOnCommitCharacter": false,
    "explorer.compactFolders": false,
    "editor.accessibilitySupport": "off",
    "explorer.confirmDragAndDrop": false,
    "terminal.integrated.fontSize": 14,
    "editor.codeActionsOnSave": {
      "source.fixAll.eslint": "explicit"
    },
    "editor.semanticHighlighting.enabled": false,
    "breadcrumbs.enabled": false,
    "editor.tabSize": 2,
    "security.workspace.trust.untrustedFiles": "newWindow",
    "files.exclude": {
      "**\/CVS": true,
      "**\/.DS_Store": true,
      "**\/.hg": true,
      "**\/.svn": true,
      "**\/.git": true,
      ".vscode": true
    },
    "terminal.integrated.gpuAcceleration": "off",
    "terminal.integrated.defaultProfile.osx": "fish",
    "[jsonc]": {
      "editor.defaultFormatter": "vscode.json-language-features"
    },
    "[json]": {
      "editor.defaultFormatter": "vscode.json-language-features"
    },
    "window.commandCenter": false,
    "git.openRepositoryInParentFolders": "always",
    "symbols.hidesExplorerArrows": false,
    "[javascript]": {
      "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "workbench.editor.empty.hint": "hidden",
    "update.showReleaseNotes": false,
    "editor.hideCursorInOverviewRuler": true,
    "editor.minimap.enabled": false,
    "window.titleBarStyle": "native",
    "editor.scrollbar.vertical": "hidden",
    "explorer.sortOrder": "foldersNestsFiles",
    "explorer.fileNesting.patterns": {
      "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
      "tailwind.config.js": "tailwind.config*, postcss.config*",
      ".env.local": ".env*",
      ".env": ".env*"
    },
    "editor.parameterHints.enabled": false,
    "editor.renderLineHighlight": "gutter",
    "explorer.fileNesting.enabled": true,
    "workbench.layoutControl.enabled": false,
    "workbench.startupEditor": "none",
    "material-icon-theme.activeIconPack": "nest",
    "eslint.validate": [
      "javascript",
      "javascriptreact",
      "graphql"
    ],
    "terminal.integrated.defaultProfile.windows": "Git Bash",
    "workbench.productIconTheme": "fluent-icons",
    "workbench.iconTheme": "symbols",
    "git.enableSmartCommit": true,
    "idf.espIdfPath": "/home/estevam/esp/v5.3/esp-idf",
    "idf.pythonBinPath": "/home/estevam/.espressif/python_env/idf5.3_py3.12_env/bin/python",
    "idf.toolsPath": "/home/estevam/.espressif",
    "idf.customExtraPaths": "/home/estevam/.espressif/tools/xtensa-esp-elf-gdb/14.2_20240403/xtensa-esp-elf-gdb/bin:/home/estevam/.espressif/tools/riscv32-esp-elf-gdb/14.2_20240403/riscv32-esp-elf-gdb/bin:/home/estevam/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin:/home/estevam/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin:/home/estevam/.espressif/tools/esp32ulp-elf/2.38_20240113/esp32ulp-elf/bin:/home/estevam/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/bin:/home/estevam/.espressif/tools/esp-rom-elfs/20240305",
    "idf.customExtraVars": {
      "OPENOCD_SCRIPTS": "/home/estevam/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
      "ESP_ROM_ELF_DIR": "/home/estevam/.espressif/tools/esp-rom-elfs/20240305/"
    },
    "idf.gitPath": "git",
    "latex-utilities.message.update.show": false,
    "tailwindCSS.experimental.classRegex": [
      ["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
    ],
    "cSpell.language": "en,pt",
    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    "console-ninja.featureSet": "Community",
    "apc.activityBar": {
      "position": "bottom",
      "hideSettings": true,
      "size": 48,
      "itemMargin": 8,
      "itemSize": 32
    },
    "cSpell.enableFiletypes": [
      "!asciidoc",
      "!c",
      "!cpp",
      "!csharp",
      "!go",
      "!handlebars",
      "!haskell",
      "!jade",
      "!java",
      "!latex",
      "!php",
      "!pug",
      "!python",
      "!restructuredtext",
      "!rust",
      "!scala",
      "!scss"
    ],
    "cSpell.userWords": [
      "bootcamp",
      "chakra",
      "checkin",
      "checkins",
      "clsx",
      "Codegen",
      "datadog",
      "Datetime",
      "dayjs",
      "Dotenv",
      "Elysia",
      "esbuild",
      "fastify",
      "Fastify",
      "feedbackwidget",
      "ffprobe",
      "Hasher",
      "Hono",
      "ilike",
      "IUGU",
      "jamjuree",
      "jupiter",
      "liveblocks",
      "LIVEBLOCKS",
      "Marguerita",
      "middlewares",
      "mixpanel",
      "monaco",
      "nestjs",
      "omni",
      "Omni",
      "Onboarded",
      "pallas",
      "postgres",
      "postgresql",
      "prefetch",
      "reactflow",
      "roboto",
      "rocketseat",
      "rotion",
      "rsxp",
      "Sandpack",
      "shiki",
      "skylab",
      "sqlite",
      "supergraph",
      "svgr",
      "sympla",
      "tailwindcss",
      "textblock",
      "tiptap",
      "trpc",
      "TRPC",
      "tsup",
      "unfollow",
      "Unfollow",
      "unform",
      "Unform",
      "unmark",
      "upsert",
      "Usuario",
      "WEBPUSH"
    ],
    "workbench.colorTheme": "Omni Owl",
    "[javascriptreact]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    // "editor.fontFamily": "JetBrains Mono",
    // "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
    // "workbench.startupEditor": "newUntitledFile",
    // "workbench.startupEditor": "none",
    // "apc.electron": {
    //   "titleBarStyle": "hiddenInset",
    //   "trafficLightPosition": {
    //     "x": 11,
    //     "y": 10
    //   },
    //   "frame": false
    // },
    // "apc.header": {
    //   "height": 36
    // },
    // "apc.listRow": {
    //   "height": 24
    // },
    // "apc.font.family": "Inter",
    // "apc.stylesheet": {
    //   ".title-label > h2": "display: none",
    //   ".editor-actions": "display: none",
    //   ".nosidebar .inline-tabs-placeholder": "width: 75px",
    //   ".pane-header": "padding: 0 8px",
    //   ".pane-body": "padding: 8px",
    //   ".split-view-view:first-child .pane-header": "display: none !important;",
    //   ".monaco-list-row": "border-radius: 4px;",
    //   ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;"
    // },
}