-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
85 lines (85 loc) · 1.51 KB
/
extension.json
File metadata and controls
85 lines (85 loc) · 1.51 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
84
85
{
"name": "pro-debug-sdk",
"uuid": "618259bb91de4b9bb352fc53bbed1d6a",
"displayName": "EDA调试工具",
"description": "基于嘉立创PRO API SDK的定制SDK,增加了内置debug能力",
"version": "1.12.5",
"publisher": "anan",
"engines": {
"eda": "^3.2.41"
},
"license": "Apache-2.0",
"repository": {
"type": "extension-store",
"url": ""
},
"categories": "Other",
"keywords": [
"SDK",
"DEBUG"
],
"images": {
"logo": "./images/logo.png"
},
"homepage": "https://github.com/JamAnNa/EDA-Extern-debug-tool",
"bugs": "https://github.com/JamAnNa/EDA-Extern-debug-tool",
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"home": [
{
"id": "API DEBUG",
"title": "API DEBUG",
"menuItems": [
{
"id": "Debug",
"title": "调试...",
"registerFn": "debug"
},
{
"id": "About",
"title": "About...",
"registerFn": "about"
}
]
}
],
"sch": [
{
"id": "API DEBUG",
"title": "API DEBUG",
"menuItems": [
{
"id": "Debug",
"title": "调试...",
"registerFn": "debug"
},
{
"id": "About",
"title": "About...",
"registerFn": "about"
}
]
}
],
"pcb": [
{
"id": "API DEBUG",
"title": "API DEBUG",
"menuItems": [
{
"id": "Debug",
"title": "调试...",
"registerFn": "debug"
},
{
"id": "About",
"title": "About...",
"registerFn": "about"
}
]
}
]
}
}