Skip to content

Instantly share code, notes, and snippets.

@DevRadhy
Last active May 9, 2022 00:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevRadhy/76a3245ab0ef015d274e03189a3d68a0 to your computer and use it in GitHub Desktop.
Save DevRadhy/76a3245ab0ef015d274e03189a3d68a0 to your computer and use it in GitHub Desktop.
Configuração do VSCode
{
"workbench.iconTheme": "material-icon-theme",
"editor.tabSize": 2,
"explorer.compactFolders": false,
"breadcrumbs.enabled": false,
"emmet.syntaxProfiles": { "javascript": "jsx" },
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"material-icon-theme.folders.associations": {
"migrations": "tools",
"entities": "class",
"repositories": "database"
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active",
"color-highlight.languages": [
"*"
],
"editor.inlineSuggest.enabled": true,
"workbench.colorTheme": "Dracula",
"editor.fontLigatures": true,
"editor.tokenColorCustomizations": {
"textMateRules": []
},
"C_Cpp.updateChannel": "Insiders",
"eslint.alwaysShowStatus": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment