summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json101
1 files changed, 101 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..9306e20
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,101 @@
+{
+ "editor.formatOnSave": true, //保存时格式化开关
+ "files.associations": {
+ "array": "c",
+ "atomic": "c",
+ "bit": "c",
+ "*.tcc": "c",
+ "cctype": "c",
+ "clocale": "c",
+ "cmath": "c",
+ "compare": "c",
+ "concepts": "c",
+ "cstdarg": "c",
+ "cstddef": "c",
+ "cstdint": "c",
+ "cstdio": "c",
+ "cstdlib": "c",
+ "cwchar": "c",
+ "cwctype": "c",
+ "deque": "c",
+ "string": "c",
+ "unordered_map": "c",
+ "vector": "c",
+ "exception": "c",
+ "algorithm": "c",
+ "functional": "c",
+ "iterator": "c",
+ "memory": "c",
+ "memory_resource": "c",
+ "numeric": "c",
+ "random": "c",
+ "string_view": "c",
+ "system_error": "c",
+ "tuple": "c",
+ "type_traits": "c",
+ "utility": "c",
+ "initializer_list": "c",
+ "iosfwd": "c",
+ "limits": "c",
+ "new": "c",
+ "numbers": "c",
+ "ostream": "c",
+ "stdexcept": "c",
+ "streambuf": "c",
+ "cinttypes": "c",
+ "typeinfo": "c",
+ "bbq_memory.h": "c",
+ "stdatomic.h": "c",
+ "bbq.h": "c",
+ "stdio.h": "c",
+ "stdbool.h": "c",
+ "bbq_errno.h": "c",
+ "stddef.h": "c",
+ "any": "cpp",
+ "condition_variable": "cpp",
+ "cstring": "cpp",
+ "ctime": "cpp",
+ "map": "cpp",
+ "set": "cpp",
+ "optional": "cpp",
+ "ratio": "cpp",
+ "source_location": "cpp",
+ "iomanip": "cpp",
+ "iostream": "cpp",
+ "istream": "cpp",
+ "mutex": "cpp",
+ "semaphore": "cpp",
+ "sstream": "cpp",
+ "stop_token": "cpp",
+ "thread": "cpp",
+ "variant": "cpp",
+ "test.h": "c",
+ "demo.h": "c",
+ "math.h": "c",
+ "stdint.h": "c",
+ "minini.h": "c",
+ "common.h": "c",
+ "iniparser.h": "c",
+ "bbq_log.h": "c",
+ "string.h": "c",
+ "time.h": "c",
+ "unistd.h": "c",
+ "pthread.h": "c",
+ "bcm_queue.h": "c",
+ "rte_ring.h": "c",
+ "bcm_queue_dpdk.h": "c",
+ "stdlib.h": "c",
+ "bbq_common.h": "c",
+ "bcm_common.h": "c",
+ "test_common.h": "c",
+ "numa.h": "c",
+ "test_mix.h": "c",
+ "test_queue.h": "c",
+ "prctl.h": "c",
+ "types.h": "c",
+ "chrono": "c",
+ "fstream": "c",
+ "ut_bbq_func.h": "c"
+ },
+ "commentTranslate.hover.enabled": true
+} \ No newline at end of file