From d3a3640a5faee88dd15a0118a98486a351c5804a Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Mon, 28 Jun 2021 19:26:47 +0200 Subject: [PATCH] Add `statusBar/remoteIndicator` (issue #260) --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/package.json b/package.json index 9501bd2..b878e4d 100644 --- a/package.json +++ b/package.json @@ -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": {