详情如下图
这行代码
"emmet.syntaxProfiles": {
"vue-html":"html",
"vue":"html"
},
"files.associations": {
"*.vue": "vue",
"*.ejs": "html",
"*.js": "javascript"
},
第二种解决办法:是因为我们的插件引起的。
设置json中不需要改变
"emmet.syntaxProfiles": {
"vue-html":"html",
"vue":"html"
},
"files.associations": {
"*.vue": "vue",
"*.ejs": "html",
"*.js": "html"
},
需要做的是在设置中 -- 搜索设置中输入
把这个选框去掉,然后就可以了。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。