🦄 refactor(阅读代码): 补充package.json的说明

master
yetao 4 weeks ago
parent 9cdd1ff434
commit 2e36423f13

@ -130,9 +130,9 @@
// URL // URL
"url": "https://github.com/sponsors/SchoofsKelvin" "url": "https://github.com/sponsors/SchoofsKelvin"
}, },
// VSCode // VSCode
"contributes": { "contributes": {
// // view
"views": { "views": {
// sshfs // sshfs
"sshfs": [ "sshfs": [
@ -162,7 +162,7 @@
} }
] ]
}, },
// VSCode // activitybar VSCode
"viewsContainers": { "viewsContainers": {
// sshfs // sshfs
"activitybar": [ "activitybar": [
@ -289,9 +289,9 @@
"icon": "$(close)" "icon": "$(close)"
} }
], ],
// menus // menus
"menus": { "menus": {
// commandPalette // commandPalette
"commandPalette": [ "commandPalette": [
// sshfs.new SSH FS 1 // sshfs.new SSH FS 1
{ {
@ -349,7 +349,7 @@
"when": "false" "when": "false"
} }
], ],
// view/title // view/title
"view/title": [ "view/title": [
// sshfs.refresh 'sshfs-configs' 'sshfs-connections' 1 // sshfs.refresh 'sshfs-configs' 'sshfs-connections' 1
{ {
@ -382,7 +382,7 @@
"group": "navigation@100" "group": "navigation@100"
} }
], ],
// //
"view/item/context": [ "view/item/context": [
// 'sshfs-configs' 'config' '' // 'sshfs-configs' 'config' ''
{ {
@ -427,7 +427,7 @@
"group": "inline@1" "group": "inline@1"
} }
], ],
// //
"explorer/context": [ "explorer/context": [
// sshfs.terminal ssh 30 // sshfs.terminal ssh 30
{ {

Loading…
Cancel
Save