SchoofsKelvin / vscode-sshfs

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

New UI Buttons aren't doing anything #229

Closed aceamarco closed 3 years ago

aceamarco commented 3 years ago

Hi,

I'm trying to use the extension after the new UI update but whenever I click any of the new buttons nothing happens. I can't figure out how to open my connection as a new workspace folder. When I click the folder icon I get this prompt at the bottom of my VScode window but nothing pops up in the open folders section. Screen Shot 2020-12-20 at 3 32 30 PM

Thank you in advance — I've loved using this extension!

SchoofsKelvin commented 3 years ago

Which version of the extension and VSCode are you using? Does this happen every time?

Can you post the SSH FS log? It is available under Output > SSH FS. While it should censor passwords/passphrases, I recommend checking it for (other) sensitive data first.

That message means clicking the Add as Workspace folder actually did what it's supposed to do. Might be related to #150, although that shouldn't (as far as I know) prevent e.g. Open remote SSH terminal from breaking.