Created
February 5, 2024 20:01
-
-
Save WagnerMoreira/f7bb0625187e9ff25b90a1d7eb64d7f2 to your computer and use it in GitHub Desktop.
settings json
This file contains 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
{ | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[prisma]": { | |
"editor.defaultFormatter": "Prisma.prisma" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"css.lint.unknownAtRules": "ignore", | |
"diffEditor.codeLens": true, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.accessibilitySupport": "off", | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.fontSize": 20, | |
"editor.inlineSuggest.enabled": true, | |
"editor.suggestSelection": "first", | |
"files.watcherExclude": { | |
"**/node_modules/": true | |
}, | |
"git.mergeEditor": false, | |
"github.copilot.enable": { | |
"*": true, | |
"plaintext": false, | |
"markdown": false, | |
"scminput": false, | |
"html": false, | |
"javascript": true, | |
"javascriptreact": true, | |
"typescript": false, | |
"typescriptreact": true, | |
"yaml": false | |
}, | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"gitlens.codeLens.scopes": ["document", "containers", "blocks"], | |
"gitlens.hovers.currentLine.over": "line", | |
"javascript.referencesCodeLens.enabled": true, | |
"javascript.referencesCodeLens.showOnAllFunctions": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"merge-conflict.autoNavigateNextConflict.enabled": true, | |
"powermode.enabled": false, | |
"scm.alwaysShowActions": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"sync.gist": "57f32a127cfa89cdfd48a795278554f0", | |
"terminal.integrated.env.osx": { | |
"FIG_NEW_SESSION": "1" | |
}, | |
"typescript.implementationsCodeLens.enabled": true, | |
"typescript.referencesCodeLens.enabled": true, | |
"typescript.referencesCodeLens.showOnAllFunctions": true, | |
"update.mode": "manual", | |
"workbench.colorTheme": "Shades of Purple", | |
"workbench.editorAssociations": {}, | |
"workbench.fontAliasing": "antialiased", | |
"workbench.iconTheme": "vscode-icons", | |
"[erb]": { | |
"editor.defaultFormatter": "aliariff.vscode-erb-beautify" | |
}, | |
"[ruby]": { | |
"editor.defaultFormatter": "Shopify.ruby-lsp" | |
}, | |
"window.zoomLevel": 1, | |
"cSpell.userWords": ["moreira"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment