From 77a6c3512a44dfe6540dde71946e6484fe4f173f Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期一, 10 五月 2021 16:05:28 +0800 Subject: [PATCH] test lock code. --- .vscode/settings.json | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 88753a7..c0b9587 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -65,13 +65,21 @@ }, "files.exclude": { "**/*.un~": true, + "**/bhshmq_center": true, + "**/bhshmq_status": true, + "**/bhshmqbox": true, + "**/gmon.out": true, + "api/go/bhome_msg": true, "build/": true, - "debug/": true + "debug/": true, + "utest/utest": true }, "cmake.configureOnOpen": false, "C_Cpp.default.includePath": [ "build/proto", + "log", "src", "box" - ] + ], + "terminal.integrated.cwd": "utest" } \ No newline at end of file -- Gitblit v1.8.0