From 9bf199a4770b08c03d553129757d960b605e598a Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 14 五月 2021 18:05:21 +0800 Subject: [PATCH] add center info at fixed address in shm. --- .vscode/settings.json | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7928bc8..c0b9587 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -60,10 +60,26 @@ "*.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", + "log", + "src", + "box" + ], + "terminal.integrated.cwd": "utest" } \ No newline at end of file -- Gitblit v1.8.0