vs code 设置问题

现已取消 .vue 文件与 HTML 的默认关联,需要手动配置。vue 文件里不能使用div + Tab 键快速生成 html 代码

 
"emmet.syntaxProfiles": {
  "vue-html": "html",
  "vue": "html"
}

{
"files.encoding": "utf-8",
"workbench.colorTheme": "Monokai",
"files.autoSave": "afterDelay",
"workbench.iconTheme": "vscode-icons",
 "editor.fontSize": 18,
 "emmet.syntaxProfiles": {
  "vue-html": "html",
  "vue": "html"
}
 
}

 

 
posted @ 2017-04-20 19:44  Lonely,lonelyBurning  阅读(241)  评论(0编辑  收藏  举报