Search code examples
visual-studio-codevscode-remote

Can I somehow suppress empty window with ssh.exe when using remote development extension?


I am using VSCode 1.35.0 with recently added Remote Development extension and when I try to connect to ssh via jump host everything works fine as expected but empty ssh.exe terminal appears.

enter image description here

Version: 1.35.0 (system setup)
Commit: 553cfb2c2205db5f15f3ee8395bbd5cf066d357d
Date: 2019-06-04T01:17:12.481Z
Electron: 3.1.8
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.17134

Can this be suppressed?


Solution

  • Issue seems to be fixed in vscode 1.36.x

    For more info see this issue: https://github.com/microsoft/vscode-remote-release/issues/230