lichao
2021-04-25 d48b866f555e21b127acdc40c6f466ba9a609d62
.vscode/settings.json
@@ -60,10 +60,24 @@
        "*.inc": "cpp",
        "strstream": "cpp",
        "unordered_set": "cpp",
        "cfenv": "cpp"
        "cfenv": "cpp",
        "*.ipp": "cpp"
    },
    "files.exclude": {
        "**/*.un~": true
        "**/*.un~": true,
        "**/bhshmq_center": true,
        "**/bhshmq_status": true,
        "**/bhshmqbox": true,
        "**/gmon.out": true,
        "api/go/bhome_msg": true,
        "build/": true,
        "debug/": true,
        "utest/utest": true
    },
    "cmake.configureOnOpen": false
    "cmake.configureOnOpen": false,
    "C_Cpp.default.includePath": [
        "build/proto",
        "src",
        "box"
    ]
}