1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-12-02 09:17:55 +01:00
php-libtgvoip/.vscode/settings.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2017-06-22 14:48:52 +02:00
{
"files.associations": {
"array": "cpp",
"initializer_list": "cpp",
2017-06-22 20:38:20 +02:00
"utility": "cpp",
2017-06-23 00:25:28 +02:00
"system_error": "cpp",
2017-06-26 12:58:43 +02:00
"type_traits": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"iosfwd": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"tuple": "cpp",
"typeinfo": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstring": "cpp",
"cwctype": "cpp",
"functional": "cpp",
"istream": "cpp",
"limits": "cpp",
"memory": "cpp",
"ostream": "cpp",
"sstream": "cpp",
2017-07-01 19:40:28 +02:00
"streambuf": "cpp",
2017-07-11 21:11:23 +02:00
"vector": "cpp",
2017-09-17 18:12:23 +02:00
"queue": "cpp",
2018-09-02 20:12:51 +02:00
"string_view": "cpp",
"atomic": "cpp",
"ctime": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"fstream": "cpp",
"iostream": "cpp",
"optional": "cpp",
"algorithm": "cpp"
2017-06-22 14:48:52 +02:00
}
}