博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
vs code 设置问题
阅读量:4525 次
发布时间:2019-06-08

本文共 400 字,大约阅读时间需要 1 分钟。

现已取消 .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"} }

 

 

转载于:https://www.cnblogs.com/sxz2008/p/6740484.html

你可能感兴趣的文章