From 1d6c040dcb9a01648edc66d8c0006c8c9294a705 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期四, 22 四月 2021 18:28:30 +0800
Subject: [PATCH] add mutex timeout limit; use atomic as refcount.

---
 .vscode/settings.json |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7928bc8..4003476 100644
--- a/.vscode/settings.json
+++ b/.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"
+    ]
 }
\ No newline at end of file

--
Gitblit v1.8.0