1.0.5 标题栏和命令简化,可打开库函数json
This commit is contained in:
13
package.json
13
package.json
@@ -55,20 +55,15 @@
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "squirrel.refreshFiles",
|
||||
"title": "刷新文件列表",
|
||||
"icon": "$(refresh)"
|
||||
"command": "squirrel.openApiDocs",
|
||||
"title": "打开库函数文档",
|
||||
"icon": "$(book)"
|
||||
},
|
||||
{
|
||||
"command": "squirrel.openFile",
|
||||
"title": "打开文件",
|
||||
"icon": "$(open-file)"
|
||||
},
|
||||
{
|
||||
"command": "squirrel.saveFile",
|
||||
"title": "保存文件",
|
||||
"icon": "$(save)"
|
||||
},
|
||||
{
|
||||
"command": "squirrel.connectToApi",
|
||||
"title": "连接到 pvfUtility"
|
||||
@@ -82,7 +77,7 @@
|
||||
"group": "navigation@0"
|
||||
},
|
||||
{
|
||||
"command": "squirrel.refreshFiles",
|
||||
"command": "squirrel.openApiDocs",
|
||||
"when": "view == squirrelExplorerView",
|
||||
"group": "navigation@1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user