sw_perf/.vscode/settings.json

13 lines
270 B
JSON
Raw 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"
}
}