Skip to content

Commit 460c040

Browse files
committed
增加封装工作区扩展支持
1 parent 9c74a32 commit 460c040

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

extension.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,19 @@
7676
]
7777
}
7878
],
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+
],
7992
"panel": [
8093
{
8194
"id": "API SDK",

0 commit comments

Comments
 (0)