2022-01-28 13:17:34 +01:00
|
|
|
{
|
2022-02-21 13:58:38 +01:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"cmake.sourceDirectory": "${workspaceFolder}/src-serial",
|
|
|
|
"cmake.buildDirectory": "${workspaceFolder}/src-serial/build",
|
|
|
|
"files.associations": {
|
|
|
|
"xstring": "cpp",
|
|
|
|
"algorithm": "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",
|
|
|
|
"memory": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
"streambuf": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"typeinfo": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"xfacet": "cpp",
|
|
|
|
"xiosbase": "cpp",
|
|
|
|
"xlocale": "cpp",
|
|
|
|
"xlocinfo": "cpp",
|
|
|
|
"xlocnum": "cpp",
|
|
|
|
"xmemory": "cpp",
|
|
|
|
"xstddef": "cpp",
|
|
|
|
"xtr1common": "cpp",
|
|
|
|
"xutility": "cpp",
|
|
|
|
"array": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"list": "cpp",
|
|
|
|
"set": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"xhash": "cpp",
|
|
|
|
"xtree": "cpp",
|
|
|
|
"charconv": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"complex": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"format": "cpp",
|
|
|
|
"forward_list": "cpp",
|
|
|
|
"iomanip": "cpp",
|
|
|
|
"iostream": "cpp",
|
|
|
|
"locale": "cpp",
|
|
|
|
"map": "cpp",
|
|
|
|
"mutex": "cpp",
|
|
|
|
"numeric": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"queue": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"stop_token": "cpp",
|
|
|
|
"thread": "cpp",
|
|
|
|
"xlocbuf": "cpp",
|
|
|
|
"xlocmes": "cpp",
|
|
|
|
"xlocmon": "cpp",
|
|
|
|
"xloctime": "cpp"
|
|
|
|
}
|
2022-02-01 03:37:53 +01:00
|
|
|
}
|