VScode prefs
{
"window.zoomLevel": 1,
"editor.fontSize": 14,
"editor.wordWrap": "on",
"emmet.includeLanguages": {
"lang-cfml": "html",
"vue-html": "html",
"javascript": "html",
"php": "html"
},
"editor.tabCompletion": true,
"editor.minimap.showSlider": "always",
"editor.formatOnSave": true,
"workbench.colorTheme": "Cobalt2",
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorCustomizations": {
"editor.selectionHighlightBackground": "#00517d",
"editorCursor.foreground": "#00ffff"
},
"files.exclude": {
"**/node_modules/**": true
},
"prettier.tabWidth": 4,
"editor.lineHeight":
}