-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
53 lines (53 loc) · 1.03 KB
/
extension.json
File metadata and controls
53 lines (53 loc) · 1.03 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
{
"name": "docs-tools",
"uuid": "57bcde82f3754817b381a0ef2f10cbdb",
"displayName": "Note-Tools注释工具",
"description": "支持Markdown&LaTeX的注释工具",
"version": "2.4.1",
"publisher": "JLCEDA",
"engines": {
"eda": "^2.3.0"
},
"license": "Apache-2.0",
"repository": {
"type": "github",
"url": "https://github.com/easyeda/eext-note-tools"
},
"categories": "PCB",
"keywords": [
"Docs"
],
"images": {
"logo": "./images/logo.jpg"
},
"homepage": "https://pro.lceda.cn",
"bugs": "https://github.com/easyeda/eext-note-tools/issues",
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"pcb": [
{
"id": "DocsTools",
"title": "Note-Tools",
"menuItems": [
{
"id": "LaTeX",
"title": "LaTex",
"registerFn": "pcb_LaTeX"
},
{
"id": "Markdown",
"title": "Markdown",
"registerFn": "pcb_Markdown"
},
{
"id": "About",
"title": "About...",
"registerFn": "about"
}
]
}
]
}
}