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

Task ssh-shell failing #242

Closed DocterDum closed 3 years ago

DocterDum commented 3 years ago

I have a fresh install of SSH FS (v1.19.3) on VS Code (1.53.2), I'm trying to set up an ssh-shell task.

Error: The ssh-shell task detection didn't contribute a task for the following configuration: { "label": "Name", "type": "ssh-shell", "host": "hostname", "workingDirectory": "tmp", "command": "test.sh" } The task will be ignored.

The host is set up correctly, I can open a remote shell and adding to workspace works.

DocterDum commented 3 years ago

And of course 2 minutes after I post this I figure it out, the hostname was mis-spelt. The error message isn't very helpful here.