mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-17 19:41:36 +08:00
35 lines
840 B
JSON
35 lines
840 B
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"files.encoding": "utf8",
|
|
"files.associations": {
|
|
"common.h": "c",
|
|
"unicstl.h": "c",
|
|
"test.h": "c",
|
|
"queue.h": "c",
|
|
"stdbool.h": "c",
|
|
"stdint.h": "c",
|
|
"stack.h": "c",
|
|
"list.h": "c",
|
|
"stdio.h": "c",
|
|
"tree.h": "c",
|
|
"deque.h": "c",
|
|
"config.h": "c",
|
|
"limits": "c",
|
|
"*.tcc": "c",
|
|
"cstdlib": "c",
|
|
"string.h": "c",
|
|
"demo.h": "c",
|
|
"unity.h": "c",
|
|
"unity_config.h": "c",
|
|
"unity_internals.h": "c",
|
|
"stdarg.h": "c",
|
|
"graph.h": "c",
|
|
"unicstl_config.h": "c",
|
|
"iter.h": "c",
|
|
"iterator.h": "c",
|
|
"assert.h": "c",
|
|
"limits.h": "c",
|
|
"cstdint": "c",
|
|
"unicstl_internal.h": "c"
|
|
}
|
|
} |