settings.json
{
"workbench.iconTheme": "vscode-icons",
"workbench.startupEditor": "newUntitledFile",
"emmet.triggerExpansionOnTab": true,
"emmet.showAbbreviationSuggestions": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html",
"vue": "html",
"wxml": "html"
},
"debug.console.fontSize": 20,
"editor.fontSize": 20,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"javascript.format.semicolons": "insert",
"prettier.printWidth": 100,
"prettier.tabWi