Last active
October 31, 2021 06:12
-
-
Save GuilhermeSantos001/80546da278e94fd0b5fc6a59a60cdf1e to your computer and use it in GitHub Desktop.
Configurações do Visual Studio Code
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
| { | |
| "[javascript]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "git.autofetch": true, | |
| "cSpell.language": "en, pt, pt-BR", | |
| "[json]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "markdown.preview.fontSize": 16, | |
| "cSpell.allowCompoundWords": true, | |
| "cSpell.userWords": [ | |
| "csrf", | |
| "Cylon", | |
| "descriptografia", | |
| "geoip", | |
| "gridfs", | |
| "grupomave", | |
| "grupomavedigital", | |
| "linkedin", | |
| "MAVE", | |
| "modernizr", | |
| "otpauth", | |
| "Plyr", | |
| "Protheus", | |
| "qrcode", | |
| "totp", | |
| "TOTVS", | |
| "vcards", | |
| "WEBVTT" | |
| ], | |
| "workbench.editor.scrollToSwitchTabs": true, | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.fontFamily": "JetBrains Mono", | |
| "editor.fontLigatures": true, | |
| "editor.letterSpacing": 1.5, | |
| "editor.fontWeight": "normal", | |
| "editor.snippetSuggestions": "bottom", | |
| "workbench.startupEditor": "welcomePage", | |
| "workbench.editor.enablePreview": true, | |
| "explorer.confirmDragAndDrop": true, | |
| "files.trimTrailingWhitespace": true, | |
| "files.trimFinalNewlines": true, | |
| // MacOS Only Settings. | |
| "terminal.integrated.macOptionIsMeta": true, | |
| // The default syntax (TextMate) highlighter classifies many tokens as variables and these are now (since VSCode 1.43) resolved into namespaces, classes, parameters, and so on. This is called Semantic highlighting support for TypeScript and JavaScript. But many themes and language extensions seem broken with single-colored syntax. This came as a surprise to me. It's set `true` by default. I recommend disabling this for now. | |
| "update.mode": "start", | |
| "tabnine.experimentalAutoImports": true, | |
| "cSpell.enableFiletypes": [ | |
| "bat", | |
| "clojure", | |
| "coffeescript", | |
| "diff", | |
| "dockerfile", | |
| "dotenv", | |
| "fsharp", | |
| "git-rebase", | |
| "groovy", | |
| "hlsl", | |
| "ignore", | |
| "ini", | |
| "jsx-tags", | |
| "julia", | |
| "juliamarkdown", | |
| "kotlin", | |
| "log", | |
| "lua", | |
| "makefile", | |
| "objective-c", | |
| "objective-cpp", | |
| "ocaml", | |
| "perl", | |
| "perl6", | |
| "powershell", | |
| "properties", | |
| "r", | |
| "razor", | |
| "ruby", | |
| "scminput", | |
| "search-result", | |
| "shaderlab", | |
| "shellscript", | |
| "sql", | |
| "swift", | |
| "vb", | |
| "vcard", | |
| "xml", | |
| "xsl" | |
| ], | |
| "editor.renderControlCharacters": true, | |
| "editor.renderLineHighlight": "all", | |
| "editor.renderLineHighlightOnlyWhenFocus": true, | |
| "editor.renderWhitespace": "all", | |
| "markdown.preview.breaks": true, | |
| "editor.minimap.showSlider": "always", | |
| "diffEditor.codeLens": true, | |
| "workbench.preferredDarkColorTheme": "Default High Contrast", | |
| "workbench.view.alwaysShowHeaderActions": true, | |
| "editor.mouseWheelZoom": true, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "beautify.language": { | |
| "typescript": { | |
| "type": ["typescript", "ts"], | |
| "filename": [".ts", ".d.ts"] | |
| }, | |
| "js": { | |
| "type": ["javascript", "json", "jsonc"], | |
| "filename": [".jshintrc", ".jsbeautifyrc"] | |
| }, | |
| "css": ["css", "less", "scss"], | |
| "html": ["htm", "html"] | |
| }, | |
| "editor.defaultFormatter": "HookyQR.beautify", | |
| "[markdown]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "github.copilot.autocomplete.enable": true, | |
| "redhat.telemetry.enabled": true, | |
| "[dockercompose]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "security.workspace.trust.untrustedFiles": "newWindow", | |
| "[graphql]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.productIconTheme": "fluent-icons", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "security.workspace.trust.banner": "always", | |
| "security.workspace.trust.startupPrompt": "always", | |
| "highlight.regexes": { | |
| "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *TODO(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": { | |
| "filterFileRegex": ".*(?<!CHANGELOG.md)$", | |
| "decorations": [ | |
| { | |
| "overviewRulerColor": "#ffcc00", | |
| "backgroundColor": "#ffcc00", | |
| "color": "#1f1f1f", | |
| "fontWeight": "bold" | |
| }, | |
| { | |
| "backgroundColor": "#ffcc00", | |
| "color": "#1f1f1f" | |
| } | |
| ] | |
| }, | |
| "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:FIXME|FIX|BUG|UGLY|DEBUG|HACK)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": { | |
| "filterFileRegex": ".*(?<!CHANGELOG.md)$", | |
| "decorations": [ | |
| { | |
| "overviewRulerColor": "#cc0000", | |
| "backgroundColor": "#cc0000", | |
| "color": "#1f1f1f", | |
| "fontWeight": "bold" | |
| }, | |
| { | |
| "backgroundColor": "#cc0000", | |
| "color": "#1f1f1f" | |
| } | |
| ] | |
| }, | |
| "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:REVIEW|OPTIMIZE|TSC)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": { | |
| "filterFileRegex": ".*(?<!CHANGELOG.md)$", | |
| "decorations": [ | |
| { | |
| "overviewRulerColor": "#00ccff", | |
| "backgroundColor": "#00ccff", | |
| "color": "#1f1f1f", | |
| "fontWeight": "bold" | |
| }, | |
| { | |
| "backgroundColor": "#00ccff", | |
| "color": "#1f1f1f" | |
| } | |
| ] | |
| }, | |
| "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:IDEA)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": { | |
| "filterFileRegex": ".*(?<!CHANGELOG.md)$", | |
| "decorations": [ | |
| { | |
| "overviewRulerColor": "#cc00cc", | |
| "backgroundColor": "#cc00cc", | |
| "color": "#1f1f1f", | |
| "fontWeight": "bold" | |
| }, | |
| { | |
| "backgroundColor": "#cc00cc", | |
| "color": "#1f1f1f" | |
| } | |
| ] | |
| } | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[scss]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "files.associations": { | |
| "*.env.development.local": "env", | |
| "*.env.production.local": "env", | |
| "*.env.*.local": "env", | |
| "*.env.local": "env" | |
| }, | |
| "[env]": { | |
| "editor.defaultFormatter": "IronGeek.vscode-env" | |
| }, | |
| "[javascriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "better-comments.highlightPlainText": true, | |
| "better-comments.tags": [ | |
| { | |
| "tag": "!", | |
| "color": "#FF9B98", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "?", | |
| "color": "#3498DB", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "//", | |
| "color": "#474747", | |
| "strikethrough": true, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "todo", | |
| "color": "#FF8C00", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "*", | |
| "color": "#98C379", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| } | |
| ], | |
| "editor.fontSize": 16, | |
| "workbench.colorTheme": "Dracula Soft", | |
| "explorer.confirmDelete": false, | |
| "editor.inlineSuggest.enabled": true, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "yaml": false, | |
| "plaintext": false, | |
| "markdown": true | |
| }, | |
| "window.zoomLevel": -1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment