Object-oriented libraries for working with HTTP and REST API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
api/.vscode/settings.json

21 lines
489 B

1 year ago
{
"files.associations": {
"string": "cpp",
"string_view": "cpp",
"array": "cpp",
"atomic": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"functional": "cpp",
"random": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"new": "cpp",
"ostream": "cpp",
"streambuf": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp"
}
}