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

posted @ 2020-05-26 16:32  Running00  阅读(297)  评论(0编辑  收藏  举报