RogerTheShrubber
RogerTheShrubber

Reputation: 1195

Visual Studio Code - Multiple Remote SSH connections in one workspace?

I have recently come to love Visual Studio Code and the Remote SSH extension. It's really revolutionized my workflow. However I find myself keeping multiple windows open with different connections to different servers. I just discovered that you can add a different folder to the same workspace, however when connected to a remote server I only have the option to add another folder on that server or a local one.

Is there any way to add a DIFFERENT remote connection to an existing workspace?

(I'm aware another question already MAYBE touched on this, but it's a little unclear exactly what he's asking, so I figured I would inquire more clearly.)

Upvotes: 12

Views: 15239

Answers (1)

RogerTheShrubber
RogerTheShrubber

Reputation: 1195

After much research and trial and error it seems this is not possible. What you CAN do is add multiple folders from the same remote computer. So I've redone my workflow to use that functionality instead.

Upvotes: 11

Related Questions