programming/.vscode/settings.json

19 lines
443 B
JSON
Raw Normal View History

2024-08-25 12:32:57 -06:00
{
"files.associations": {
"array": "cpp",
"hash_map": "cpp",
"chrono": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"string_view": "cpp",
"format": "cpp",
"initializer_list": "cpp",
"span": "cpp",
"ostream": "cpp"
}
}