{
    "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
    "cmake.configureOnOpen": true,
    "files.associations": {
        "array": "cpp",
        "cwchar": "cpp",
        "unordered_map": "cpp",
        "vector": "cpp",
        "exception": "cpp",
        "functional": "cpp",
        "initializer_list": "cpp",
        "iosfwd": "cpp",
        "istream": "cpp",
        "new": "cpp",
        "ostream": "cpp",
        "stdexcept": "cpp",
        "streambuf": "cpp",
        "type_traits": "cpp",
        "tuple": "cpp",
        "cmath": "cpp",
        "span": "cpp",
        "*.tcc": "cpp",
        "*.inc": "cpp",
        "*.ipp": "cpp",
        "bit": "cpp",
        "bitset": "cpp",
        "chrono": "cpp",
        "format": "cpp",
        "future": "cpp",
        "optional": "cpp",
        "ranges": "cpp",
        "shared_mutex": "cpp",
        "stop_token": "cpp",
        "regex": "cpp",
        "valarray": "cpp",
        "*.def": "cpp",
        "boundingsphere": "cpp",
        "callback": "cpp",
        "geometry": "cpp",
        "node": "cpp",
        "nodevisitor": "cpp",
        "object": "cpp",
        "plane": "cpp",
        "program": "cpp",
        "shape": "cpp",
        "stateattribute": "cpp",
        "observer_ptr": "cpp",
        "thread": "cpp",
        "concepts": "cpp",
        "typeinfo": "cpp",
        "drawable": "cpp",
        "userdatacontainer": "cpp",
        "*.txx": "cpp",
        "cctype": "cpp",
        "clocale": "cpp",
        "csignal": "cpp",
        "cstdarg": "cpp",
        "cstddef": "cpp",
        "cstdio": "cpp",
        "cstdlib": "cpp",
        "cstring": "cpp",
        "ctime": "cpp",
        "cwctype": "cpp",
        "any": "cpp",
        "atomic": "cpp",
        "hash_map": "cpp",
        "strstream": "cpp",
        "cfenv": "cpp",
        "charconv": "cpp",
        "cinttypes": "cpp",
        "codecvt": "cpp",
        "compare": "cpp",
        "complex": "cpp",
        "condition_variable": "cpp",
        "coroutine": "cpp",
        "cstdint": "cpp",
        "deque": "cpp",
        "forward_list": "cpp",
        "list": "cpp",
        "map": "cpp",
        "set": "cpp",
        "string": "cpp",
        "unordered_set": "cpp",
        "algorithm": "cpp",
        "iterator": "cpp",
        "memory": "cpp",
        "memory_resource": "cpp",
        "numeric": "cpp",
        "random": "cpp",
        "ratio": "cpp",
        "source_location": "cpp",
        "string_view": "cpp",
        "system_error": "cpp",
        "utility": "cpp",
        "hash_set": "cpp",
        "fstream": "cpp",
        "iomanip": "cpp",
        "iostream": "cpp",
        "limits": "cpp",
        "mutex": "cpp",
        "numbers": "cpp",
        "semaphore": "cpp",
        "sstream": "cpp",
        "stdfloat": "cpp",
        "text_encoding": "cpp",
        "typeindex": "cpp",
        "variant": "cpp"
    },
    "mesonbuild.configureOnOpen": false
}