liximomo / vscode-sftp

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

Different local folder for dev/production/local developments #950

Open rbncha opened 3 years ago

rbncha commented 3 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. My typical development in php consists of random changes in local server, which I do not want to be pushed to production before it is tested, but I want to upload in staging server for test and to show to clients. There will be several files I will be changing. If I set upload on save, it might break the staging due to just one file. So it would be convenient to have separate folder for dev and production. I will copy the file in there and upload when ready to test or go live. If you can check Sublime sftp module, you'll see I can have multiple sftp-config.json to map to diff servers from within the folder. So I would have something like staging.abc.com/sftp-config.json and abc.com/sftp-config.json separate server config files in different directories.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Does this project help you?

rbncha commented 3 years ago

I meant this one : https://codexns.io/products/sftp_for_sublime