码迷,mamicode.com
首页 > Web开发 > 详细

VSCODE 中.art文件识别为html文件

时间:2019-09-24 16:02:58      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:html   highlight   vscode   exp   work   ble   ignore   java   oom   

setting.json文件中

{
    "git.ignoreMissingGitWarning": true,
    "explorer.confirmDelete": false,
    "window.zoomLevel": 1,
    "workbench.iconTheme": "vscode-icons",
    "javascript.updateImportsOnFileMove.enabled": "never",
    "files.associations": {
        "*.art": "html"
    }    
}

 增加

    "files.associations": {
        "*.art": "html"
    }    
 即可

VSCODE 中.art文件识别为html文件

标签:html   highlight   vscode   exp   work   ble   ignore   java   oom   

原文地址:https://www.cnblogs.com/sphjy/p/11578409.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!