sw_perf/.vscode/settings.json

21 lines
479 B
JSON

{
"files.associations": {
"functional": "c",
"random": "c",
"__locale": "c",
"vector": "c",
"__bit_reference": "c",
"__split_buffer": "c",
"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"
}
}