1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "files.associations": {
- "filesystem": "cpp",
- "system_error": "cpp",
- "chrono": "cpp",
- "iostream": "cpp",
- "atomic": "cpp",
- "bit": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "compare": "cpp",
- "concepts": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "exception": "cpp",
- "initializer_list": "cpp",
- "ios": "cpp",
- "iosfwd": "cpp",
- "istream": "cpp",
- "iterator": "cpp",
- "limits": "cpp",
- "map": "cpp",
- "memory": "cpp",
- "new": "cpp",
- "ostream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "string": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "typeinfo": "cpp",
- "utility": "cpp",
- "xfacet": "cpp",
- "xiosbase": "cpp",
- "xlocale": "cpp",
- "xlocinfo": "cpp",
- "xlocnum": "cpp",
- "xmemory": "cpp",
- "xstddef": "cpp",
- "xstring": "cpp",
- "xtr1common": "cpp",
- "xtree": "cpp",
- "xutility": "cpp"
- },
- "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
- "cmake.sourceDirectory": "C:/Users/ByteGear/Source_Code/libpmmf/build"
- }
|