VSCODE 中点后缀名文件识别为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 @ 2022-03-24 15:10  奶包迷了鹿  阅读(180)  评论(0)    收藏  举报