vscode 关联 vue文件为html

{
    "editor.fontSize": 18,
    "files.associations":{
        "*.vue": "html"
    },
    "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe"
}
原文地址:https://www.cnblogs.com/jiangxiaobo/p/12874348.html