123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "files.associations": {
- "*.py": "python",
- "cstdint": "cpp",
- "algorithm": "cpp",
- "fstream": "cpp",
- "cmath": "cpp",
- "chrono": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "hash_map": "cpp",
- "strstream": "cpp",
- "*.tcc": "cpp",
- "bitset": "cpp",
- "complex": "cpp",
- "condition_variable": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "unordered_map": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "functional": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "ostream": "cpp",
- "numeric": "cpp",
- "ratio": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "system_error": "cpp",
- "thread": "cpp",
- "cfenv": "cpp",
- "cinttypes": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "utility": "cpp",
- "typeindex": "cpp",
- "typeinfo": "cpp",
- "optional": "cpp",
- "string_view": "cpp",
- "memory": "cpp",
- "iterator": "cpp",
- "map": "cpp",
- "memory_resource": "cpp",
- "random": "cpp",
- "set": "cpp",
- "string": "cpp"
- }
- }
|