SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
547 stars 36 forks source link

Close all connections #144

Closed connorhvnsen closed 3 years ago

connorhvnsen commented 5 years ago

Hello!

It is a timely process to right click and disconnect each workspace folder - wondering if a 'Disconnect All' option would be appropriate?

SchoofsKelvin commented 5 years ago

If the workspace folder is removed, the session is disconnected. You can use Ctrl+K F (File: Close Workspace command) to close all workspace folders, disconnecting everything. Right now, there indeed isn't any shortcut for removing just the ssh-fs workspace folders when in a multi-root workspace with also non-ssh-fs workspace folders.

SchoofsKelvin commented 3 years ago

New connection manager (70d38ee) comes with a Connections view, allows quickly closing a connection (~ one config) with a button, while also providing a "Disconnect all" command and button in said view: image