| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "files.associations": {
- "iterator": "cpp",
- "*.ipp": "cpp",
- "array": "cpp",
- "deque": "cpp",
- "forward_list": "cpp",
- "list": "cpp",
- "unordered_map": "cpp",
- "unordered_set": "cpp",
- "vector": "cpp",
- "initializer_list": "cpp",
- "string_view": "cpp",
- "*.tcc": "cpp",
- "atomic": "cpp",
- "bit": "cpp",
- "bitset": "cpp",
- "cctype": "cpp",
- "chrono": "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",
- "map": "cpp",
- "set": "cpp",
- "exception": "cpp",
- "fstream": "cpp",
- "functional": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "memory": "cpp",
- "memory_resource": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "numeric": "cpp",
- "optional": "cpp",
- "ostream": "cpp",
- "ratio": "cpp",
- "regex": "cpp",
- "shared_mutex": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "string": "cpp",
- "system_error": "cpp",
- "thread": "cpp",
- "type_traits": "cpp",
- "tuple": "cpp",
- "typeinfo": "cpp",
- "utility": "cpp",
- "__config": "cpp",
- "__bit_reference": "cpp",
- "__debug": "cpp",
- "__functional_base": "cpp",
- "__locale": "cpp",
- "__mutex_base": "cpp",
- "__nullptr": "cpp",
- "__threading_support": "cpp",
- "__tuple": "cpp",
- "coroutine": "cpp",
- "ios": "cpp",
- "locale": "cpp",
- "random": "cpp",
- "__node_handle": "cpp",
- "__tree": "cpp",
- "climits": "cpp",
- "__memory": "cpp",
- "strstream": "cpp",
- "complex": "cpp",
- "iomanip": "cpp",
- "cinttypes": "cpp",
- "typeindex": "cpp",
- "variant": "cpp",
- "__split_buffer": "cpp",
- "filesystem": "cpp",
- "queue": "cpp",
- "stack": "cpp",
- "__errc": "cpp",
- "__hash_table": "cpp",
- "__string": "cpp",
- "algorithm": "cpp",
- "codecvt": "cpp",
- "valarray": "cpp",
- "version": "cpp",
- "source_location": "cpp",
- "span": "cpp",
- "ranges": "cpp",
- "compare": "cpp",
- "concepts": "cpp",
- "stop_token": "cpp",
- "cfenv": "cpp",
- "__bits": "cpp",
- "numbers": "cpp",
- "semaphore": "cpp"
- },
- "C_Cpp.configurationWarnings": "Disabled",
- "cmake.configureOnOpen": true,
- "C_Cpp.intelliSenseEngineFallback": "Enabled"
- }
|