SchoofsKelvin / vscode-sshfs

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

ssh-shell task ignores root path #210

Closed axelhuizinga closed 4 years ago

axelhuizinga commented 4 years ago

Hi - running a task via the ssh-shell ignores the root path set in the ssh fs config of the open workspace folder. how do I have to set the root path for execution of tasks on the remote ssh folder?


Rest of this description regarding a 2nd issue moved to #212 by @SchoofsKelvin

SchoofsKelvin commented 4 years ago

Seems like I forgot to do this in createTaskTerminal. I'll most likely end up refactoring the latter into using the former.

I'm moving the 2nd part of your issue to a new issue, since it's something separate.