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

95 lines
2.6 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-09-29 14:50:43 +08:00
"gtesttask_proxytest.h": "c",
2022-10-22 18:25:08 +08:00
"datastack.h": "c",
"syscall.h": "c",
2022-11-09 16:42:09 +08:00
"fcntl.h": "c",
2022-11-10 16:55:14 +08:00
"pikastddata_bytearray.h": "c",
2022-11-10 17:06:54 +08:00
"webclient.h": "c",
"platform_socket.h": "c",
"nettype_tcp.h": "c",
"platform_memory.h": "c",
"initializer_list": "c",
"platform_mutex.h": "c",
"platform_net_socket.h": "c",
"PikaPlatform_socket.h": "c",
2022-11-12 14:02:43 +08:00
"time.h": "c",
"platform_thread.h": "c",
"platform_timer.h": "c",
2022-11-12 15:49:50 +08:00
"stddef.h": "c",
"errno.h": "c",
2022-11-13 15:16:08 +08:00
"ctype.h": "c",
"mqttclient.h": "c",
"_mqtt__mqtt.h": "c",
"requests_response.h": "c",
"*.cfg": "c"
},
2022-10-22 18:25:08 +08:00
"python.formatting.provider": "autopep8",
"C_Cpp.errorSquiggles": "Disabled"
2022-08-11 16:26:14 +08:00
}