pikapython/port/linux/.vscode/settings.json

70 lines
1.8 KiB
JSON
Raw Normal View History

2022-08-11 16:26:14 +08:00
{
"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, IndentWidth: 4}",
"files.associations": {
"*.rs": "rust",
2022-08-16 12:21:11 +08:00
"pikastdlib_sysobj.h": "c",
"pikastddata_list.h": "c",
"dataargs.h": "c",
"dataarg.h": "c",
"_socket_socket.h": "c",
"*.tcc": "c",
"fstream": "c",
"system_error": "c",
"unistd.h": "c",
"types.h": "c",
2022-08-26 17:25:45 +08:00
"_socket.h": "c",
"random.h": "c",
2022-08-26 17:55:17 +08:00
"cstdlib": "c",
"inet.h": "c",
"re.h": "c",
"cre.h": "c",
2022-09-05 15:39:15 +08:00
"pcre.h": "c",
2022-09-05 17:43:17 +08:00
"pikastddata_dict.h": "c",
"pikacv.h": "c",
"pikacv_image.h": "c",
"pikacv_filter.h": "c",
2022-09-07 14:25:25 +08:00
"pika_config.h": "c",
2022-09-08 22:20:06 +08:00
"gtesttask.h": "c",
2022-09-10 23:16:59 +08:00
"mnist_valid_q.h": "c",
2022-09-11 00:51:17 +08:00
"pikaplatform.h": "c",
2022-09-14 12:30:23 +08:00
"pikastddata_dict_items.h": "c",
"gtesttask_task.h": "c",
"any": "c",
"array": "c",
"atomic": "c",
"bit": "c",
"chrono": "c",
"cmath": "c",
"compare": "c",
"concepts": "c",
"string": "c",
"unordered_map": "c",
"exception": "c",
"algorithm": "c",
"memory": "c",
"memory_resource": "c",
"optional": "c",
"random": "c",
"string_view": "c",
"type_traits": "c",
"utility": "c",
"functional": "c",
"iosfwd": "c",
"istream": "c",
"limits": "c",
"new": "c",
"numeric": "c",
"ostream": "c",
"ratio": "c",
"sstream": "c",
"streambuf": "c",
"tuple": "c",
"typeinfo": "c",
"variant": "c",
"_modbus__modbus.h": "c",
"agile_modbus.h": "c",
"_modbus__modbusrtu.h": "c",
2022-09-19 09:53:27 +08:00
"_modbus__modbustcp.h": "c",
"pikastddata_string.h": "c"
}
2022-08-11 16:26:14 +08:00
}