Files
bfc/.vscode/settings.json

77 lines
1.9 KiB
JSON
Raw Normal View History

2020-09-29 20:45:00 +05:30
{
2020-09-29 23:16:42 +05:30
"cmake.configureOnOpen": true,
"antlr4.generation": {
"mode": "external",
"language": "Cpp",
"listeners": true,
"visitors": true,
"outputDir": "../lib/generated"
2020-09-30 01:15:57 +05:30
},
"files.associations": {
2020-10-01 13:14:57 +05:30
"ostream": "cpp",
2020-10-01 19:33:47 +05:30
"iostream": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"chrono": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"cstdint": "cpp",
"deque": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"ranges": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
2020-10-01 22:03:09 +05:30
"typeinfo": "cpp",
"regex": "cpp",
"shared_mutex": "cpp"
2020-09-29 23:16:42 +05:30
}
2020-09-29 20:45:00 +05:30
}