Skip to content

Instantly share code, notes, and snippets.

@juanwhite99
Last active June 1, 2022 18:38
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 juanwhite99/b84046c1a446c173ba56e3c53f784881 to your computer and use it in GitHub Desktop.
Save juanwhite99/b84046c1a446c173ba56e3c53f784881 to your computer and use it in GitHub Desktop.
vscode
{
"recommendations": [
"aaron-bond.better-comments",
"angular.ng-template",
"christian-kohler.path-intellisense",
"coenraads.bracket-pair-colorizer-2",
"dbaeumer.jshint",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"ecmel.vscode-html-css",
"editorconfig.editorconfig",
"emilast.logfilehighlighter",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.terminal",
"gruntfuggly.activitusbar",
"gruntfuggly.todo-tree",
"jakethashi.vscode-angular2-emmet",
"johnpapa.angular2",
"kisstkondoros.vscode-codemetrics",
"lonefy.vscode-js-css-html-formatter",
"mikael.angular-beastcode",
"ms-dotnettools.csharp",
"ms-vsliveshare.vsliveshare",
"natewallace.angular2-inline",
"oouo-diogo-perdigao.docthis",
"pkief.material-icon-theme",
"pmneo.tsimporter",
"rbbit.typescript-hero",
"ritwickdey.liveserver",
"sainoba.px-to-rem",
"shd101wyy.markdown-preview-enhanced",
"thekalinga.bootstrap4-vscode",
"usernamehw.errorlens",
"vsls-contrib.gistfs",
"xabikos.javascriptsnippet",
"donjayamanne.githistory",
"quicktype.quicktype",
"wallabyjs.quokka-vscode",
"ms-azuretools.vscode-docker",
"ms-edgedevtools.vscode-edge-devtools",
"tomoki1207.pdf"
]
}
{
"codemetrics.basics.CodeLensHiddenUnder": 11,
"codemetrics.basics.ComplexityLevelHigh": 15,
"codemetrics.basics.ComplexityLevelExtreme": 20,
"codemetrics.basics.ComplexityLevelNormal": 10,
"codemetrics.basics.EnabledForHTML": false,
"codemetrics.basics.MetricsForClassDeclarationsToggled": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
},
"editor.detectIndentation": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.linkedEditing": true,
"editor.tabSize": 2,
"errorLens.delay": 1000,
"errorLens.addAnnotationTextPrefixes": true,
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"material-icon-theme.activeIconPack": "angular_ngrx",
"material-icon-theme.showUpdateMessage": false,
"npm.exclude": "node_modules",
"prettier.arrowParens": "avoid",
"prettier.endOfLine": "lf",
"prettier.printWidth": 100,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "es5",
"prettier.useTabs": false,
"prettier.htmlWhitespaceSensitivity": "ignore",
"telemetry.enableTelemetry": false,
"typescript.referencesCodeLens.enabled": true,
"workbench.iconTheme": "material-icon-theme",
"search.exclude": {
"**/bin": true,
"**/obj": true
},
"files.exclude": {
"**/bin": true,
"**/node_modules": true,
"**/e2e": true,
"**/obj": true
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment