liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 259 forks source link

Sync individual deployments / tasks #783

Closed andreElrico closed 4 years ago

andreElrico commented 4 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe.

lets say my sftp.json is:

[
    {
        "name": "deployment1",
        "blabla": "yada yada"
    },
    {
      "name": "deployment2",
      "blabla": "yada yada"
    }
]

Describe the solution you'd like (as a vscode user)

it would be great to have "sync local with remote [deployment1]" and sync local with remote [deployment2] as DISTINCT commands.

Describe alternatives you've considered another tool/ plugin

Does this project help you?

andreElrico commented 4 years ago

Sorry, this seems to already function exactly as needed