-
Notifications
You must be signed in to change notification settings - Fork 1
/
openwrt.code-workspace
46 lines (46 loc) · 1.1 KB
/
openwrt.code-workspace
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
{
"folders": [
{
"path": ".."
}
],
"settings": {
"files.associations": {
"_service": "xml",
"blobmsg.h": "c",
"ucimap.h": "c",
"uci.h": "c",
"types.h": "c",
"numeric": "c",
"array": "c",
"istream": "c",
"limits": "c",
"sstream": "c",
"streambuf": "c",
"utility": "c",
"blobmsg_json.h": "c",
"typeinfo": "c",
"inet.h": "c",
"random": "c",
"compare": "c",
"functional": "c",
"ostream": "c",
"ranges": "c",
"tuple": "c",
"type_traits": "c",
"attr.h": "c",
"msg.h": "c",
"netlink.h": "c",
"socket.h": "c",
"sockios.h": "c",
"bitsperlong.h": "c",
"neighbour.h": "c",
"rtnetlink.h": "c",
"uloop.h": "c",
"object.h": "c",
"handlers.h": "c",
"memory": "c",
"*.tcc": "c"
}
}
}