// 将设置放入此文件中以覆盖默认设置
{
    "go.formatOnSave": true,
    "files.associations": {
        "*.tpl":"html"
    }
}
visual studio code中将.tpl文件识别为html文件并高亮
点赞
收藏
visual studio code中将.tpl文件识别为html文件并高亮
// 将设置放入此文件中以覆盖默认设置
{
    "go.formatOnSave": true,
    "files.associations": {
        "*.tpl":"html"
    }
}


