Created
December 16, 2024 00:30
-
-
Save emerson-d-lopes/9871761a247ea3a0f789b89061931c25 to your computer and use it in GitHub Desktop.
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
| { | |
| "editor.autoClosingQuotes": "always", | |
| "editor.lineHeight": 1.8, | |
| "javascript.suggest.autoImports": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "editor.rulers": [ | |
| 80, | |
| 120 | |
| ], | |
| "extensions.ignoreRecommendations": true, | |
| "typescript.tsserver.log": "off", | |
| "editor.stickyScroll.enabled": false, | |
| "workbench.sideBar.location": "right", | |
| "workbench.tree.enableStickyScroll": false, | |
| "files.associations": { | |
| ".env.*": "dotenv", | |
| ".prettierrc": "json", | |
| "*.css": "css", | |
| ".dev.vars": "dotenv" | |
| }, | |
| "symbols.files.associations": { | |
| "*.module.ts": "nest", | |
| "*.guard.ts": "typescript", | |
| "*.spec.ts": "ts-test", | |
| "*.e2e-spec.ts": "ts-test", | |
| "*.mock.ts": "ts-test", | |
| "vitest.config.e2e.ts": "vite", | |
| ".env.development.local": "gear", | |
| ".env.test.local": "gear", | |
| ".env.local": "gear", | |
| ".env.example": "gear" | |
| }, | |
| "tailwindCSS.experimental.classRegex": [ | |
| [ | |
| "tv\\(([^)]*)\\)", | |
| "[\"'`]([^\"'`]*).*?[\"'`]" | |
| ], | |
| "class:\\s*?[\"'`]([^\"'`]*).*?," | |
| ], | |
| "editor.parameterHints.enabled": false, | |
| "editor.renderLineHighlight": "gutter", | |
| "cSpell.language": "en,pt", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "editor.suggestSelection": "first", | |
| "explorer.confirmDelete": false, | |
| "gitlens.codeLens.recentChange.enabled": false, | |
| "terminal.integrated.showExitAlert": false, | |
| "[prisma]": { | |
| "editor.formatOnSave": true | |
| }, | |
| "typescript.suggest.autoImports": true, | |
| "typescript.preferences.preferTypeOnlyAutoImports": true, | |
| "terminal.integrated.env.osx": { | |
| "FIG_NEW_SESSION": "1" | |
| }, | |
| "workbench.editor.labelFormat": "short", | |
| "editor.acceptSuggestionOnCommitCharacter": false, | |
| "explorer.compactFolders": false, | |
| "editor.accessibilitySupport": "off", | |
| "explorer.confirmDragAndDrop": false, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit" | |
| }, | |
| "eslint.validate": [ | |
| "javascript", | |
| "javascriptreact", | |
| "graphql" | |
| ], | |
| "editor.semanticHighlighting.enabled": false, | |
| "breadcrumbs.enabled": false, | |
| "gitlens.codeLens.authors.enabled": false, | |
| "files.exclude": { | |
| "**/CVS": true, | |
| "**/.DS_Store": true, | |
| "**/.hg": true, | |
| "**/.svn": true, | |
| "**/.git": true, | |
| ".vscode": true | |
| }, | |
| "terminal.integrated.gpuAcceleration": "on", | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "window.commandCenter": false, | |
| "git.openRepositoryInParentFolders": "always", | |
| "[javascript]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "console-ninja.featureSet": "Community", | |
| "workbench.editor.empty.hint": "hidden", | |
| "update.showReleaseNotes": false, | |
| "security.promptForLocalFileProtocolHandling": false, | |
| "apc.activityBar": { | |
| "position": "bottom", | |
| "hideSettings": true, | |
| "size": 48, | |
| "itemMargin": 8, | |
| "itemSize": 32 | |
| }, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "window.titleBarStyle": "native", | |
| "apc.electron": { | |
| "titleBarStyle": "hiddenInset", | |
| "trafficLightPosition": { | |
| "x": 11, | |
| "y": 10 | |
| }, | |
| "opacity": 1, | |
| "vibrancy": "dark", | |
| "frame": false | |
| }, | |
| "apc.header": { | |
| "height": 36 | |
| }, | |
| "apc.listRow": { | |
| "height": 24 | |
| }, | |
| "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;" | |
| }, | |
| "editor.scrollbar.vertical": "hidden", | |
| "explorer.sortOrder": "foldersNestsFiles", | |
| "explorer.fileNesting.patterns": { | |
| "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-*, bun.lockb, nest*, package-lock*", | |
| "tailwind.config.*": "tailwind.config*, postcss.config*", | |
| ".env.local": ".env*", | |
| ".env": ".env*" | |
| }, | |
| "explorer.fileNesting.enabled": true, | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [] | |
| }, | |
| "git.enableSmartCommit": true, | |
| "editor.scrollbar.verticalScrollbarSize": 1, | |
| "explorer.scrollbar.verticalScrollbarSize": 1, | |
| "editor.scrollbar.horizontalScrollbarSize": 1, | |
| "editor.overviewRulerBorder": false, | |
| "editor.wordWrap": "on", | |
| "explorer.openEditors.visible": 0, | |
| "vsicons.dontShowNewVersionMessage": true, | |
| "editor.cursorBlinking": "expand", | |
| "editor.minimap.enabled": true, | |
| "editor.cursorSmoothCaretAnimation": "on", | |
| "editor.tabSize": 2, | |
| "editor.inlineSuggest.enabled": true, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "editor.fontSize": 16, | |
| "editor.guides.bracketPairs": true, | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx", | |
| "vue": "html", | |
| "vue-html": "html" | |
| }, | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact", | |
| "vue-html": "html", | |
| "vue": "html" | |
| }, | |
| "workbench.colorTheme": "Minimal", | |
| "symbols.hidesExplorerArrows": false, | |
| "terminal.integrated.fontSize": 14, | |
| "editor.fontFamily": "JetBrains Mono", | |
| "editor.fontLigatures": true, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.preferredDarkColorTheme": "Min Dark", | |
| "workbench.preferredHighContrastColorTheme": "Min Light", | |
| "terminal.external.osxExec": "Warp.app", | |
| "githubPullRequests.pullBranch": "never", | |
| "github.copilot.enable": { | |
| "*": true, | |
| "plaintext": false, | |
| "markdown": false, | |
| "scminput": false | |
| }, | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "cursor.cpp.disabledLanguages": [ | |
| "plaintext", | |
| "markdown", | |
| "scminput" | |
| ], | |
| "workbench.colorCustomizations": { | |
| "terminal.background": "#00000000" | |
| }, | |
| "workbench.settings.applyToAllProfiles": [ | |
| "workbench.colorCustomizations" | |
| ], | |
| "totalTypeScript.hideAllTips": true, | |
| "totalTypeScript.hideBasicTips": true, | |
| "window.autoDetectColorScheme": true, | |
| "workbench.preferredLightColorTheme": "Min Light", | |
| "cursor.composer.showSuggestedFiles": false, | |
| "cursor.composer.cmdPFilePicker2": true, | |
| "cSpell.userWords": [ | |
| "waitlist" | |
| ], | |
| "gitlens.views.stashes.files.layout": "tree", | |
| "gitlens.views.scm.grouped.default": "stashes", | |
| "gitlens.views.scm.grouped.views": { | |
| "commits": true, | |
| "branches": true, | |
| "remotes": true, | |
| "stashes": false, | |
| "tags": true, | |
| "worktrees": true, | |
| "contributors": true, | |
| "repositories": false, | |
| "searchAndCompare": false, | |
| "launchpad": false | |
| }, | |
| "workbench.iconTheme": "minimal-icons", | |
| "update.mode": "manual", | |
| "extensions.autoUpdate": false, | |
| "cursor.composer.renderPillsInsteadOfBlocks": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment