123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "files.associations": {
- "vector": "cpp",
- "__bit_reference": "cpp",
- "__hash_table": "cpp",
- "__locale": "cpp",
- "__node_handle": "cpp",
- "__split_buffer": "cpp",
- "__verbose_abort": "cpp",
- "array": "cpp",
- "bitset": "cpp",
- "cctype": "cpp",
- "charconv": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "execution": "cpp",
- "memory": "cpp",
- "forward_list": "cpp",
- "fstream": "cpp",
- "future": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "ios": "cpp",
- "iosfwd": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "locale": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "optional": "cpp",
- "print": "cpp",
- "queue": "cpp",
- "ratio": "cpp",
- "sstream": "cpp",
- "stack": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "string": "cpp",
- "string_view": "cpp",
- "typeinfo": "cpp",
- "unordered_map": "cpp",
- "variant": "cpp",
- "algorithm": "cpp",
- "iterator": "cpp",
- "tuple": "cpp",
- "utility": "cpp",
- "type_traits": "cpp",
- "condition_variable": "cpp"
- }
- }
|