vs-deploy icon indicating copy to clipboard operation
vs-deploy copied to clipboard

How do I switch between connections

Open beebase opened this issue 6 years ago • 1 comments

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 avatar Jun 08 '18 06:06 beebase

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

beebase avatar Jun 08 '18 07:06 beebase