forked from pikasTech/PikaPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.code-workspace
More file actions
83 lines (83 loc) · 1.6 KB
/
Copy pathlinux.code-workspace
File metadata and controls
83 lines (83 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"folders": [
{
"path": "."
},
{
"path": "../../examples"
}
],
"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"
}
}
}