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"
    }    
 即可

相关文章:

  • 2021-09-23
  • 2021-04-23
  • 2021-12-14
  • 2021-04-09
  • 2021-04-24
  • 2021-08-04
  • 2022-12-23
  • 2021-04-25
猜你喜欢
  • 2022-12-23
  • 2022-02-22
  • 2021-07-31
  • 2021-04-29
  • 2021-05-30
  • 2021-12-06
  • 2021-09-27
相关资源
相似解决方案