cpp-interview/.vscode/settings.json
2018-06-19 17:15:53 +08:00

46 lines
1.1 KiB
JSON

{
"files.associations": {
"initializer_list": "cpp",
"type_traits": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"iosfwd": "cpp",
"vector": "cpp",
"algorithm": "cpp",
"streambuf": "cpp",
"tuple": "cpp",
"system_error": "cpp",
"xtr1common": "cpp",
"limits": "cpp",
"exception": "cpp",
"fstream": "cpp",
"map": "cpp",
"utility": "cpp",
"ios": "cpp",
"istream": "cpp",
"ostream": "cpp",
"xiosbase": "cpp",
"cctype": "cpp",
"cmath": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"cwchar": "cpp",
"iostream": "cpp",
"iterator": "cpp",
"memory": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"typeinfo": "cpp",
"xfacet": "cpp",
"xlocale": "cpp",
"xlocinfo": "cpp",
"xlocnum": "cpp",
"xmemory": "cpp",
"xmemory0": "cpp",
"xstddef": "cpp"
}
}