Intygrate Extension Pack
Recommended config
{
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"window.zoomLevel": 0,
"material-icon-theme.showUpdateMessage": false,
"vsicons.dontShowNewVersionMessage": true,
"extensions.autoUpdate": true,
"files.eol": "\n",
"editor.insertSpaces": false,
"html.format.endWithNewline": true,
"files.insertFinalNewline": true,
"editor.folding": false,
"editor.dragAndDrop": false,
"files.trimTrailingWhitespace": true,
"explorer.openEditors.visible": 0,
"html.format.indentInnerHtml": true,
"editor.colorDecorators": true,
"telemetry.enableTelemetry": false,
"markdown-toc.updateOnSave": false,
"npm-intellisense.importLinebreak": ";\n",
"npm-intellisense.importES6": true,
"material-icon-theme.showWelcomeMessage": false,
"typescript.check.npmIsInstalled": false,
"vetur.format.scriptInitialIndent": true,
"vetur.format.styleInitialIndent": true,
"prettier.useTabs": true,
"prettier.tabWidth": 4,
"gitlens.advanced.telemetry.enabled": false,
"gitProjectManager.ignoredFolders": ["node_modules"],
"extensions.ignoreRecommendations": true,
"jsDocCompletion.enabled": true,
"files.trimFinalNewlines": true,
"editor.formatOnPaste": false,
"editor.links": true,
"editor.renderIndentGuides": true,
"gitlens.keymap": "chorded",
"editor.multiCursorModifier": "alt",
"gitlens.historyExplorer.enabled": true,
"breadcrumbs.enabled": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"eslint.enable": true,
"prettier.eslintIntegration": true,
"javascript.preferences.quoteStyle": "single",
"terminal.integrated.fontFamily": "SauceCodePro Nerd Font"
}