Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

How do I switch between connections #153

Open
beebase opened this issue Jun 8, 2018 · 1 comment
Open

How do I switch between connections #153

beebase opened this issue Jun 8, 2018 · 1 comment

Comments

@beebase
Copy link

beebase commented Jun 8, 2018

I've set up 2 targets. I suppose I have to use Deploy: Change switch?

I'm getting this message when doing so.
[vs-deploy] No swicthes available!

settings

"deploy": {
    "targets": [
      {
        "type": "sftp",
        "name": "DevServer",
        "description": "..",
        "dir": "/home",
        "host": "....",
        "port": 22,
        "user": ".....",
        "password": "...."
      },
      {
        "type": "sftp",
        "name": "LiveServer",
        "description": "..",
        "dir": "/home",
        "host": "....",
        "port": 22,
        "user": ".....",
        "password": "...."
      }
    ]
  },
@beebase
Copy link
Author

beebase commented Jun 8, 2018

Fixed it by putting targets in workspace settings. I had them located in user settings before that.
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant