LibreWeb-Browser/.vscode/settings.json

86 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2020-11-12 14:27:47 -08:00
{
2020-11-12 15:35:14 -08:00
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"files.associations": {
"qapplication": "cpp",
"ostream": "cpp",
"qdir": "cpp",
"qfile": "cpp",
"*.tcc": "cpp",
2020-11-14 14:13:00 -08:00
"qmainwindow": "cpp",
"qtextedit": "cpp",
"new": "cpp",
2020-11-14 19:51:00 -08:00
"qvboxlayout": "cpp",
"array": "cpp",
"atomic": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"filesystem": "cpp",
"functional": "cpp",
"iterator": "cpp",
"map": "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",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"variant": "cpp",
"bit": "cpp",
2020-11-29 18:54:21 -08:00
"cstring": "cpp",
"set": "cpp",
2020-12-04 14:37:01 -08:00
"valarray": "cpp",
"bitset": "cpp",
"csignal": "cpp",
"forward_list": "cpp",
"unordered_set": "cpp",
"regex": "cpp",
2020-12-04 17:51:40 -08:00
"shared_mutex": "cpp",
2021-02-26 13:46:23 -08:00
"*.inc": "cpp",
"syntax_extension.h": "c",
"render.h": "c",
"node.h": "c",
"*.in": "cpp",
2022-01-21 15:39:53 -08:00
"superscript.h": "c",
2022-01-27 14:25:48 -08:00
"cmark-gfm.h": "c",
"any": "cpp"
2020-11-12 15:35:14 -08:00
}
2020-11-12 14:27:47 -08:00
}