From 0e31f38fc37216e1376d8101d1bcf7a3779279dc Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期四, 20 五月 2021 15:29:16 +0800
Subject: [PATCH] add center topic node.

---
 .vscode/settings.json |   38 ++++++++++++++++++++++++++++++++++++--
 1 files changed, 36 insertions(+), 2 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index c9d8618..df60df7 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -55,6 +55,40 @@
         "cinttypes": "cpp",
         "typeindex": "cpp",
         "typeinfo": "cpp",
-        "variant": "cpp"
-    }
+        "variant": "cpp",
+        "iomanip": "cpp",
+        "*.inc": "cpp",
+        "strstream": "cpp",
+        "unordered_set": "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,
+        "**/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,
+    "C_Cpp.default.includePath": [
+        "build/proto",
+        "log",
+        "src",
+        "box"
+    ],
+    "terminal.integrated.cwd": "utest"
 }
\ No newline at end of file

--
Gitblit v1.8.0