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

SSH terminal #203

Closed foxfabi closed 4 years ago

foxfabi commented 4 years ago

When working on remote computers via SSHFS, you will need a terminal from time to time. However, the use of the Terminal SSH extension leads to redundancies.

With the extension Remote - SSH i miss the possibility to mount the folders as workspace. On the other hand, the Remote Development extension is too much for me.

This extension is better suited for my purposes, so I added the missing SSH terminal functionality based on Issue #26 and Pull Request #61 of @nunure, so that when connecting as a workspace, an associated terminal is opened.

I use Windows (#shameonme:) and have the OpenSSH client installed.

SchoofsKelvin commented 4 years ago

Closed by dea6a03...e8ffe0e in v1.18.0

I've made use of vscode's new PseudoTerminal API to allow creating terminals that directly make use of the existing connection algorithms. If your configuration works for file systems, it should work for terminals too. No extra hassle.