Skip to content

Instantly share code, notes, and snippets.

@jofelipe
Created January 6, 2021 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jofelipe/6ddf06dfec00ddee28fc5135c631a9a2 to your computer and use it in GitHub Desktop.
Save jofelipe/6ddf06dfec00ddee28fc5135c631a9a2 to your computer and use it in GitHub Desktop.
vscode settings
{
"workbench.colorTheme": "Omni",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.parameterHints.enabled": false,
"editor.fontSize": 13,
"editor.rulers": [100, 139],
"editor.tabSize": 2,
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "never",
"[javascript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.esling": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.esling": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.esling": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.suggest.insertMode": "replace",
"editor.formatOnSave": false
},
"[css]": {
"editor.formatOnSave": false
},
"terminal.integrated.fontFamily": "'Fira Code'",
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontWeightBold": "400",
"git.enableSmartCommit": true,
"git.autofetch": true,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.semanticTokenColorCustomizations": {
"enabled": false
},
//material icons
"material-icon-theme.folders.associations": {
"infra": "app",
"entities": "class",
"schemas": "class",
"typeorm": "database",
"repositories": "mappings",
"http": "container",
"migrations": "tools",
"modules": "components",
"implementations": "core",
"dtos": "typescript",
"fakes": "mock",
"types": "typescript"
},
"material-icon-theme.files.associations": {
"ormconfig.json": "database",
"tsconfig.json": "tune"
},
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"window.zoomLevel": 0,
"tabnine.experimentalAutoImports": true,
"cSpell.language": "en,pt-BR",
"sync.gist": "8b6c2f862ae07adf7244107e290ba150",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.quietSync": true,
"cSpell.userWords": [
"Archivo",
"Arial",
"Beneficios",
"Disqus",
"Eficiencia",
"Figma",
"Formik",
"Gestao",
"Helvetica",
"LGPD",
"Linkedin",
"Localizacao",
"Masen",
"Peakbagger",
"Peakseekers",
"Roboto",
"Servicos",
"Subpaths",
"Svgr",
"Tapbar",
"Transacoes",
"Unser",
"adesao",
"algolia",
"algoliasearch",
"autosize",
"bucketlist",
"cartao",
"centrodecusto",
"codigo",
"cropperjs",
"descurtir",
"dropzone",
"endereco",
"esnext",
"fieldname",
"fieldvalue",
"firestore",
"fitcard",
"flightradar",
"fontawesome",
"fortawesome",
"frontmatter",
"fstream",
"fullname",
"hackear",
"hookform",
"instantsearch",
"junit",
"languagedetector",
"linkbeneficios",
"mansory",
"metismenu",
"metismenujs",
"middlewares",
"mimetype",
"neofacilidades",
"nextjs",
"noflash",
"noindex",
"nowrap",
"octicons",
"paginator",
"prefetch",
"primebeneficios",
"reauthenticate",
"resetar",
"scroller",
"scrollwheel",
"signup",
"simplebar",
"sisatec",
"spotify",
"supercluster",
"swipeable",
"transacao",
"trilheiro",
"typeorm",
"unform",
"unsized",
"usuarios",
"uuidv",
"whatsapp"
],
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"todohighlight.isEnable": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment