mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add workspace for vsc
This commit is contained in:
parent
feeca8f135
commit
598cc8f7cd
86
port/linux/linux.code-workspace
Normal file
86
port/linux/linux.code-workspace
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../../examples"
|
||||
},
|
||||
{
|
||||
"path": "../../test"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"*.rs": "rust",
|
||||
"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",
|
||||
"_socket.h": "c",
|
||||
"random.h": "c",
|
||||
"cstdlib": "c",
|
||||
"inet.h": "c",
|
||||
"re.h": "c",
|
||||
"cre.h": "c",
|
||||
"pcre.h": "c",
|
||||
"pikastddata_dict.h": "c",
|
||||
"pikacv.h": "c",
|
||||
"pikacv_image.h": "c",
|
||||
"pikacv_filter.h": "c",
|
||||
"pika_config.h": "c",
|
||||
"gtesttask.h": "c",
|
||||
"mnist_valid_q.h": "c",
|
||||
"pikaplatform.h": "c",
|
||||
"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",
|
||||
"_modbus__modbustcp.h": "c",
|
||||
"pikastddata_string.h": "c",
|
||||
"gtesttask_proxytest.h": "c",
|
||||
"datastack.h": "c",
|
||||
"syscall.h": "c",
|
||||
"fcntl.h": "c"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user