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

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"
    }    
 即可
posted @ 2019-09-24 15:12  谁凭花解语  阅读(2192)  评论(0编辑  收藏  举报