Skip to content

Commit bd89e0f

Browse files
committed
chore: update extension.json publisher, repository and links
1 parent a64e3eb commit bd89e0f

1 file changed

Lines changed: 132 additions & 130 deletions

File tree

extension.json

Lines changed: 132 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,134 @@
11
{
2-
"name": "eext-api-debug-tool",
3-
"uuid": "7ca98ae04b7142599ab107e34acc8e5e",
4-
"displayName": "智能API调试工具",
5-
"description": "支持中文联想的EDA扩展API脚本代码编辑器,支持代码高亮、自动补全、函数提示,AI注释,AI报错分析等功能。",
6-
"version": "2.5.2",
7-
"publisher": "嘉立创EDA",
8-
"engines": {
9-
"eda": "^2.2.60 || >=3.1.59"
10-
},
11-
"license": "Apache-2.0",
12-
"repository": {
13-
"type": "github",
14-
"url": "https://github.com/easyeda/eext-api-debug-tool"
15-
},
16-
"categories": "Other",
17-
"keywords": ["SDK"],
18-
"images": {
19-
"logo": "./images/logo.png"
20-
},
21-
"homepage": "https://github.com/easyeda",
22-
"bugs": "https://github.com/easyeda/eext-api-debug-tool/issues",
23-
"activationEvents": {},
24-
"entry": "./dist/index",
25-
"dependentExtensions": {},
26-
"headerMenus": {
27-
"home": [
28-
{
29-
"id": "API SDK",
30-
"title": "代码编辑器",
31-
"menuItems": [
32-
{
33-
"id": "Open Script Tool",
34-
"title": "打开编辑器...",
35-
"registerFn": "openScriptTool"
36-
}
37-
]
38-
}
39-
],
40-
"sch": [
41-
{
42-
"id": "API SDK",
43-
"title": "代码编辑器",
44-
"menuItems": [
45-
{
46-
"id": "Open Script Tool",
47-
"title": "打开编辑器...",
48-
"registerFn": "openScriptTool"
49-
}
50-
]
51-
}
52-
],
53-
"pcb": [
54-
{
55-
"id": "API SDK",
56-
"title": "代码编辑器",
57-
"menuItems": [
58-
{
59-
"id": "Open Script Tool",
60-
"title": "打开编辑器...",
61-
"registerFn": "openScriptTool"
62-
}
63-
]
64-
}
65-
],
66-
"symbol": [
67-
{
68-
"id": "API SDK",
69-
"title": "代码编辑器",
70-
"menuItems": [
71-
{
72-
"id": "Open Script Tool",
73-
"title": "打开编辑器...",
74-
"registerFn": "openScriptTool"
75-
}
76-
]
77-
}
78-
],
79-
"footprint": [
80-
{
81-
"id": "API SDK",
82-
"title": "代码编辑器",
83-
"menuItems": [
84-
{
85-
"id": "Open Script Tool",
86-
"title": "打开编辑器...",
87-
"registerFn": "openScriptTool"
88-
}
89-
]
90-
}
91-
],
92-
"panel": [
93-
{
94-
"id": "API SDK",
95-
"title": "代码编辑器",
96-
"menuItems": [
97-
{
98-
"id": "Open Script Tool",
99-
"title": "打开编辑器...",
100-
"registerFn": "openScriptTool"
101-
}
102-
]
103-
}
104-
],
105-
"blank": [
106-
{
107-
"id": "API SDK",
108-
"title": "代码编辑器",
109-
"menuItems": [
110-
{
111-
"id": "Open Script Tool",
112-
"title": "打开编辑器...",
113-
"registerFn": "openScriptTool"
114-
}
115-
]
116-
}
117-
],
118-
"pcbview": [
119-
{
120-
"id": "API SDK",
121-
"title": "代码编辑器",
122-
"menuItems": [
123-
{
124-
"id": "Open Script Tool",
125-
"title": "打开编辑器...",
126-
"registerFn": "openScriptTool"
127-
}
128-
]
129-
}
130-
]
131-
}
2+
"name": "eext-api-debug-tool",
3+
"uuid": "7ca98ae04b7142599ab107e34acc8e5e",
4+
"displayName": "智能API调试工具",
5+
"description": "支持中文联想的EDA扩展API脚本代码编辑器,支持代码高亮、自动补全、函数提示,AI注释,AI报错分析等功能。",
6+
"version": "2.5.2",
7+
"publisher": "EasyEDA",
8+
"engines": {
9+
"eda": "^2.2.60 || >=3.1.59"
10+
},
11+
"license": "Apache-2.0",
12+
"repository": {
13+
"type": "github",
14+
"url": "https://github.com/easyeda/eext-api-debug-tool"
15+
},
16+
"categories": "Other",
17+
"keywords": [
18+
"SDK"
19+
],
20+
"images": {
21+
"logo": "./images/logo.png"
22+
},
23+
"homepage": "https://github.com/easyeda",
24+
"bugs": "https://github.com/easyeda/eext-api-debug-tool/issues",
25+
"activationEvents": {},
26+
"entry": "./dist/index",
27+
"dependentExtensions": {},
28+
"headerMenus": {
29+
"home": [
30+
{
31+
"id": "API SDK",
32+
"title": "代码编辑器",
33+
"menuItems": [
34+
{
35+
"id": "Open Script Tool",
36+
"title": "打开编辑器...",
37+
"registerFn": "openScriptTool"
38+
}
39+
]
40+
}
41+
],
42+
"sch": [
43+
{
44+
"id": "API SDK",
45+
"title": "代码编辑器",
46+
"menuItems": [
47+
{
48+
"id": "Open Script Tool",
49+
"title": "打开编辑器...",
50+
"registerFn": "openScriptTool"
51+
}
52+
]
53+
}
54+
],
55+
"pcb": [
56+
{
57+
"id": "API SDK",
58+
"title": "代码编辑器",
59+
"menuItems": [
60+
{
61+
"id": "Open Script Tool",
62+
"title": "打开编辑器...",
63+
"registerFn": "openScriptTool"
64+
}
65+
]
66+
}
67+
],
68+
"symbol": [
69+
{
70+
"id": "API SDK",
71+
"title": "代码编辑器",
72+
"menuItems": [
73+
{
74+
"id": "Open Script Tool",
75+
"title": "打开编辑器...",
76+
"registerFn": "openScriptTool"
77+
}
78+
]
79+
}
80+
],
81+
"footprint": [
82+
{
83+
"id": "API SDK",
84+
"title": "代码编辑器",
85+
"menuItems": [
86+
{
87+
"id": "Open Script Tool",
88+
"title": "打开编辑器...",
89+
"registerFn": "openScriptTool"
90+
}
91+
]
92+
}
93+
],
94+
"panel": [
95+
{
96+
"id": "API SDK",
97+
"title": "代码编辑器",
98+
"menuItems": [
99+
{
100+
"id": "Open Script Tool",
101+
"title": "打开编辑器...",
102+
"registerFn": "openScriptTool"
103+
}
104+
]
105+
}
106+
],
107+
"blank": [
108+
{
109+
"id": "API SDK",
110+
"title": "代码编辑器",
111+
"menuItems": [
112+
{
113+
"id": "Open Script Tool",
114+
"title": "打开编辑器...",
115+
"registerFn": "openScriptTool"
116+
}
117+
]
118+
}
119+
],
120+
"pcbview": [
121+
{
122+
"id": "API SDK",
123+
"title": "代码编辑器",
124+
"menuItems": [
125+
{
126+
"id": "Open Script Tool",
127+
"title": "打开编辑器...",
128+
"registerFn": "openScriptTool"
129+
}
130+
]
131+
}
132+
]
133+
}
132134
}

0 commit comments

Comments
 (0)