1// 将设置放入此文件中以覆盖默认设置 2{ 3 "go.formatOnSave": true, 4 "files.associations": { 5 "*.tpl":"html" 6 } 7}
visual studio code中将.tpl文件识别为html文件并高亮
Wesley13
2021-10-11
1013 0 0
点赞
收藏
评论区
加载中...
Wesley13
2021-10-11
1// 将设置放入此文件中以覆盖默认设置 2{ 3 "go.formatOnSave": true, 4 "files.associations": { 5 "*.tpl":"html" 6 } 7}