vscode-coder icon indicating copy to clipboard operation
vscode-coder copied to clipboard

Support and list multiple deployments

Open matifali opened this issue 1 year ago • 4 comments

It would be nice to list and connect to workspaces from multiple deployments. image

matifali avatar May 24 '23 08:05 matifali

In case it helps, the JetBrains plugin supports multiple deployments by using separate config directories for each one. For example ~/.local/share/coder-gateway/dev.coder.com. Then in the SSH config we use the --global-config flag in the proxy command.

So we could do the same here but it could be cool if the Coder CLI itself supported multiple deployments.

code-asher avatar Jun 02 '23 19:06 code-asher

But does the Coder's JetBrains Gateway plugin list and display multiple deployments?

matifali avatar Jun 07 '23 11:06 matifali

Not at the same time, except in the recent connections window where connections from multiple deployments will be shown (but not organized by deployment, I think it is in recently connected order or workspace name order or something like that).

Would be cool to list all workspaces from multiple deployments grouped by deployment. Code would be the same as the recent connections windows just without filtering for recently connected workspaces.

code-asher avatar Jun 07 '23 19:06 code-asher

Lack of this feature is causing issues like #173

matifali avatar Nov 28 '23 09:11 matifali