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

34 lines
826 B
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",
"streambuf": "cpp"
2017-06-22 14:48:52 +02:00
}
}