1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "files.associations": {
- "*.cpp": "cpp",
- "ostream": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "strstream": "cpp",
- "*.tcc": "cpp",
- "bitset": "cpp",
- "chrono": "cpp",
- "complex": "cpp",
- "condition_variable": "cpp",
- "cstdint": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "unordered_map": "cpp",
- "unordered_set": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "algorithm": "cpp",
- "functional": "cpp",
- "ratio": "cpp",
- "system_error": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "fstream": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "memory": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "numeric": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "thread": "cpp",
- "cfenv": "cpp",
- "cinttypes": "cpp",
- "regex": "cpp",
- "utility": "cpp",
- "typeindex": "cpp",
- "typeinfo": "cpp",
- "valarray": "cpp",
- "csignal": "cpp",
- "optional": "cpp",
- "string_view": "cpp",
- "iterator": "cpp",
- "map": "cpp",
- "memory_resource": "cpp",
- "set": "cpp",
- "string": "cpp",
- "forward_list": "cpp",
- "random": "cpp",
- "*.ipp": "cpp",
- "hash_map": "cpp",
- "hash_set": "cpp",
- "codecvt": "cpp",
- "future": "cpp",
- "queue": "cpp",
- "filesystem": "cpp",
- "__nullptr": "cpp",
- "__bit_reference": "cpp",
- "__hash_table": "cpp",
- "__split_buffer": "cpp",
- "__tree": "cpp",
- "locale": "cpp",
- "stack": "cpp",
- "__node_handle": "cpp",
- "__locale": "cpp",
- "any": "cpp"
- },
- "C_Cpp.errorSquiggles": "Disabled",
- "commentTranslate.targetLanguage": "en"
- }
|