nstool/.vscode/settings.json

40 lines
802 B
JSON
Raw Normal View History

2018-03-17 11:59:00 +00:00
{
"files.associations": {
"__config": "cpp",
"__nullptr": "cpp",
"cstddef": "cpp",
"exception": "cpp",
2018-04-07 07:56:38 +00:00
"initializer_list": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"__split_buffer": "cpp",
"__tree": "cpp",
"bitset": "cpp",
2018-04-07 07:56:38 +00:00
"iterator": "cpp",
"map": "cpp",
"string": "cpp",
"string_view": "cpp",
"utility": "cpp",
2018-04-07 07:56:38 +00:00
"vector": "cpp",
"istream": "cpp",
"atomic": "cpp",
"ios": "cpp",
"system_error": "cpp",
"__functional_base": "cpp",
"locale": "cpp",
"memory": "cpp",
"tuple": "cpp",
"__locale": "cpp",
2018-07-10 15:00:29 +00:00
"cinttypes": "cpp",
"__bit_reference": "cpp",
2018-08-06 06:59:09 +00:00
"algorithm": "cpp",
"__functional_base_03": "cpp",
"__tuple": "cpp",
"chrono": "cpp",
"functional": "cpp",
"limits": "cpp",
"ratio": "cpp"
2018-03-17 11:59:00 +00:00
}
}