settings.json 1.98 KB
{
    "files.associations": {
        "algorithm": "cpp",
        "typeinfo": "cpp",
        "cmath": "cpp",
        "cstdlib": "cpp",
        "limits": "cpp",
        "vector": "cpp",
        "__bit_reference": "cpp",
        "__config": "cpp",
        "__debug": "cpp",
        "__functional_base": "cpp",
        "__hash_table": "cpp",
        "__locale": "cpp",
        "__node_handle": "cpp",
        "__nullptr": "cpp",
        "__split_buffer": "cpp",
        "__threading_support": "cpp",
        "__tuple": "cpp",
        "array": "cpp",
        "atomic": "cpp",
        "bit": "cpp",
        "bitset": "cpp",
        "cctype": "cpp",
        "chrono": "cpp",
        "cstdarg": "cpp",
        "cstddef": "cpp",
        "cstdint": "cpp",
        "cstdio": "cpp",
        "cstring": "cpp",
        "ctime": "cpp",
        "cwchar": "cpp",
        "exception": "cpp",
        "functional": "cpp",
        "initializer_list": "cpp",
        "ios": "cpp",
        "iosfwd": "cpp",
        "iostream": "cpp",
        "istream": "cpp",
        "iterator": "cpp",
        "locale": "cpp",
        "memory": "cpp",
        "mutex": "cpp",
        "new": "cpp",
        "numeric": "cpp",
        "optional": "cpp",
        "ostream": "cpp",
        "random": "cpp",
        "ratio": "cpp",
        "set": "cpp",
        "sstream": "cpp",
        "stdexcept": "cpp",
        "streambuf": "cpp",
        "string": "cpp",
        "string_view": "cpp",
        "system_error": "cpp",
        "tuple": "cpp",
        "type_traits": "cpp",
        "unordered_map": "cpp",
        "utility": "cpp",
        "*.tcc": "cpp",
        "memory_resource": "cpp",
        "clocale": "cpp",
        "condition_variable": "cpp",
        "cwctype": "cpp",
        "deque": "cpp",
        "list": "cpp",
        "fstream": "cpp",
        "shared_mutex": "cpp",
        "thread": "cpp",
        "mock_vector": "cpp",
        "*.inc": "cpp",
        "filesystem": "cpp",
        "*.def": "cpp",
        "queue": "cpp",
        "stack": "cpp"
    }
}