操作步骤如下:
1、打开控制指令 ctrl+shift+p
2、搜索settings
3、进入settings.json,添加代码:
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.ChromeDebuggingAttachment": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"notebook.kernelProviderAssociations": [
],
"files.associations":{
"*.vue": "html"
}
4、保存即可