sw_perf/.vscode/settings.json

30 lines
702 B
JSON
Raw Permalink Normal View History

{
"files.associations": {
2023-08-20 02:16:25 +08:00
"functional": "c",
"random": "c",
"__locale": "c",
"vector": "c",
"__bit_reference": "c",
"__split_buffer": "c",
2023-08-26 00:38:38 +08:00
"string": "c",
"cstdint": "c",
"algorithm": "c",
"array": "c",
"deque": "c",
"unordered_map": "c",
"string_view": "c",
"initializer_list": "c",
"__hash_table": "c",
"ios": "c",
"iterator": "c",
"compare": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"byte_alloc.h": "c",
"debug.h": "c",
2025-09-18 15:09:48 +08:00
"limits": "c",
"align.h": "c",
"extend.h": "c"
}
}