mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-17 19:41:36 +08:00
24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"files.encoding": "gb18030",
|
|
"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"
|
|
}
|
|
} |