settings.json配置
{
"editor.tabSize": 2,
"git.ignoreWindowsGit27Warning": true,
"workbench.editor.untitled.hint": "hidden",
"security.workspace.trust.untrustedFiles": "open",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"workbench.startupEditor": "none",
"diffEditor.ignoreTrimWhitespace": false,
"files.associations": {
".vue": ""
}
}