配置vscode使它能够在自定义扩展名当中支持emment语法

在.vue文件当中默认是不支持emment的,需要在vscode设置当中设置

"emmet.syntaxProfiles": {
  "vue-html": "html",
  "vue": "html"
}
原文地址:https://www.cnblogs.com/kugeliu/p/6650473.html