lichao
2021-05-20 0e31f38fc37216e1376d8101d1bcf7a3779279dc
.vscode/settings.json
@@ -60,10 +60,35 @@
        "*.inc": "cpp",
        "strstream": "cpp",
        "unordered_set": "cpp",
        "cfenv": "cpp"
        "cfenv": "cpp",
        "*.ipp": "cpp",
        "cassert": "cpp",
        "cerrno": "cpp",
        "cfloat": "cpp",
        "ciso646": "cpp",
        "climits": "cpp",
        "ios": "cpp",
        "locale": "cpp",
        "queue": "cpp",
        "random": "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",
        "log",
        "src",
        "box"
    ],
    "terminal.integrated.cwd": "utest"
}