Skip to content

Instantly share code, notes, and snippets.

@Santosl2
Last active April 28, 2022 03:09
Show Gist options
  • Select an option

  • Save Santosl2/53ec15c34677a276fc33f7f6b85bfc92 to your computer and use it in GitHub Desktop.

Select an option

Save Santosl2/53ec15c34677a276fc33f7f6b85bfc92 to your computer and use it in GitHub Desktop.
My VSCode Configs
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
}
]
{
"workbench.iconTheme": "eq-material-theme-icons-ocean",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.userWords": [
"actived",
"Adocao",
"Buefy",
"Chakra",
"CNPJ",
"colums",
"contato",
"Dropzone",
"dtos",
"ecards",
"fdfsd",
"firestore",
"gtag",
"hookform",
"iconleft",
"increament",
"labelname",
"mcached",
"minmax",
"nucleo",
"reduxjs",
"Registro",
"Santosl",
"supabase",
"tsyringe",
"typeorm",
"VARCHAR",
"vuex"
],
"cSpell.language": "en,pt",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"material-icon-theme.opacity": 0.7,
"material-icon-theme.folders.color": "#90a4ae",
"material-icon-theme.folders.associations": {
"http": "container",
"useCases": "controller",
"migrations": "tools",
"repositories": "mappings",
"typeorm": "database",
"entities": "class",
"aside": "stack",
"content": "meta",
"mainheader": "batch",
"include": "include",
"dtos": "typescript",
"infra": "app",
"fakes": "mock"
},
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
// "source.organizeImports": true
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"tabnine.experimentalAutoImports": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"path-intellisense.extensionOnImport": true,
"explorer.compactFolders": false,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"color-highlight.matchWords": true,
"security.workspace.trust.untrustedFiles": "newWindow",
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"window.zoomLevel": 1,
"workbench.colorTheme": "Material Theme Ocean",
"liveServer.settings.donotShowInfoMsg": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.lineHeight": 24,
"workbench.colorCustomizations": {
"[Material Theme*]": {
"sideBar.border": "#06060a",
"activityBar.border": "#06060a",
"list.inactiveSelectionBackground": "#09090f",
"list.dropBackground": "#06060a",
"panel.border": "#06060a"
},
"[Material Theme Ocean]": {}
},
"editor.minimap.enabled": false,
"workbench.productIconTheme": "icons-carbon",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment