{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.startupEditor": "newUntitledFile",
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"workbench.iconTheme": "vscode-icons",
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.hover.enabled": false,
"editor.formatOnSave": true,
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/css"
}
],
"liveSassCompile.settings.autoprefix": [
"> 1%",
"last 2 versions"
],
"files.defaultLanguage": "html",
"window.menuBarVisibility": "toggle",
"workbench.editor.tabSizing": "shrink",
"editor.folding": false,
"editor.smoothScrolling": true,
"emmet.triggerExpansionOnTab": true,
"editor.wordWrap": "on",
"liveServer.settings.fullReload": true,
"liveServer.settings.donotShowInfoMsg": true,
"files.eol": "\r\n",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"files.trimTrailingWhitespace": true,
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "none",
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"explorer.confirmDelete": false,
"editor.fontSize": 16,
"workbench.colorCustomizations": {
"statusBar.background": "#242526",
"statusBar.foreground": "#e3e3e3",
"activityBar.background": "#242526",
"activityBar.foreground": "#c7c7c7",
"sideBar.foreground": "#f2f2f2"
},
}