Visual Studio Code 隐藏特定文件

在setting.json中添加如下代码

  "files.exclude": 
    {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/__pycache__":true
    }

posted on 2024-04-08 09:05  norsd  阅读(3)  评论(0编辑  收藏  举报  来源

导航