-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
132 lines (132 loc) · 2.56 KB
/
extension.json
File metadata and controls
132 lines (132 loc) · 2.56 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "eext-api-debug-tool",
"uuid": "7ca98ae04b7142599ab107e34acc8e5e",
"displayName": "智能API调试工具",
"description": "支持中文联想的EDA扩展API脚本代码编辑器,支持代码高亮、自动补全、函数提示,AI注释,AI报错分析等功能。",
"version": "2.4.5",
"publisher": "嘉立创EDA",
"engines": {
"eda": "^2.2.60 || >=3.1.59"
},
"license": "Apache-2.0",
"repository": {
"type": "github",
"url": "https://github.com/easyeda/eext-api-debug-tool"
},
"categories": "Other",
"keywords": ["SDK"],
"images": {
"logo": "./images/logo.png"
},
"homepage": "https://github.com/easyeda",
"bugs": "https://github.com/easyeda/eext-api-debug-tool/issues",
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"home": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
],
"sch": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
],
"pcb": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
],
"symbol": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
],
"footprint": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
],
"panel": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
],
"blank": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
],
"pcbview": [
{
"id": "API SDK",
"title": "代码编辑器",
"menuItems": [
{
"id": "Open Script Tool",
"title": "打开编辑器...",
"registerFn": "openScriptTool"
}
]
}
]
}
}