Skip to content

Commit

Permalink
Add statusBar/remoteIndicator (issue #260)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Jun 28, 2021
1 parent b311fec commit d3a3640
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,30 @@
"when": "explorerResourceIsFolder && resourceScheme == ssh",
"group": "navigation@30"
}
],
"statusBar/remoteIndicator": [
{
"command": "sshfs.add",
"group": "remote_11_ssh_sshfs@1"
},
{
"command": "sshfs.terminal",
"group": "remote_11_ssh_sshfs@2"
},
{
"command": "sshfs.settings",
"group": "remote_11_ssh_sshfs@3"
},
{
"command": "sshfs.disconnect",
"group": "remote_11_ssh_sshfs@4",
"when": "sshfs.openConnections > 0"
},
{
"command": "sshfs.disconnectAll",
"group": "remote_11_ssh_sshfs@5",
"when": "sshfs.openConnections > 0"
}
]
},
"configuration": {
Expand Down

0 comments on commit d3a3640

Please sign in to comment.