12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "files.associations": {
- "*.cu": "cuda-cpp",
- "__bit_reference": "cpp",
- "__hash_table": "cpp",
- "__locale": "cpp",
- "__node_handle": "cpp",
- "__split_buffer": "cpp",
- "__tree": "cpp",
- "__verbose_abort": "cpp",
- "array": "cpp",
- "bitset": "cpp",
- "cctype": "cpp",
- "charconv": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "condition_variable": "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",
- "initializer_list": "cpp",
- "ios": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "locale": "cpp",
- "map": "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",
- "vector": "cpp",
- "algorithm": "cpp",
- "tuple": "cpp",
- "future": "cpp",
- "iomanip": "cpp",
- "fstream": "cpp",
- "iterator": "cpp",
- "utility": "cpp",
- "chrono": "cpp",
- "set": "cpp",
- "any": "cpp",
- "span": "cpp",
- "valarray": "cpp",
- "__config": "cpp",
- "csignal": "cpp",
- "list": "cpp",
- "regex": "cpp",
- "unordered_set": "cpp"
- }
- }
|