-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
80 lines (80 loc) · 1.52 KB
/
Copy pathextension.json
File metadata and controls
80 lines (80 loc) · 1.52 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
{
"name": "eda-buddy",
"uuid": "20c8eb9f7a5646b1af6302385c30eff6",
"displayName": "EDA Buddy",
"description": "EDA伙伴,你的另一个画板小助手",
"version": "0.0.3",
"publisher": "xiao_wine",
"engines": {
"eda": "^3.0.0"
},
"license": "GPL v3",
"repository": {
"type": "github",
"url": "https://github.com/xiaowine/EDA-Buddy"
},
"categories": "Other",
"keywords": ["Schematic", "PCB"],
"images": {
"logo": "./images/logo.png"
},
"homepage": "https://github.com/xiaowine/EDA-Buddy",
"bugs": "https://github.com/xiaowine/EDA-Buddy/issues/new",
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"home": [
{
"id": "EDA Buddy",
"title": "EDA Buddy",
"menuItems": [
{
"id": "Via",
"title": "Via...",
"registerFn": "via"
},
{
"id": "Wire",
"title": "Wire...",
"registerFn": "wire"
},
{
"id": "Inductor",
"title": "Inductor...",
"registerFn": "inductor"
},
{
"id": "DiffPair",
"title": "DiffPair...",
"registerFn": "diffPair"
},
{
"id": "VDivision",
"title": "VDivision...",
"registerFn": "vDivision"
},
{
"id": "OneClickPlace",
"title": "OneClickPlace...",
"registerFn": "oneClickPlace"
}
]
}
],
"sch": [
{
"id": "EDA Buddy",
"title": "EDA Buddy",
"menuItems": []
}
],
"pcb": [
{
"id": "EDA Buddy",
"title": "EDA Buddy",
"menuItems": []
}
]
}
}