macbook使用VSCode问题

原文链接:https://blog.csdn.net/qq_39722799/article/details/105596634

"files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/tmp": true,
        "**/node_modules": true,
        "**/bower_components": true,
        "**/dist": true
    },
    "files.watcherExclude": {
        "**/**": true,
        "**/.git/objects/**": true,
        "**/.git/subtree-cache/**": true,
        "**/node_modules/**": true,
        "**/tmp/**": true,
        "**/bower_components/**": true,
        "**/dist/**": true
    },
    "search.followSymlinks": false

https://www.jianshu.com/p/174a9de1d515

原文地址:https://www.cnblogs.com/Running00/p/12966407.html