liximomo / vscode-sftp

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

sftp.json file per folder? #722

Open alvarotrigo opened 4 years ago

alvarotrigo commented 4 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. I have a single project for a website, however, the folder structure is different in local that on the production server.

In local I might have:

project/experiments/app/ project/my_app2/ project/tests/demo.html

While in my in the production server it looks like

/public_html/app/ /public_html/my_app2/ (No demo.html in production)

Additionally, in production I only upload the dist folder where I have minified CSS, JS and even HTML files. While I leave the sources others in local to work with.

How can we deal with this with this using SFTP extension for Visual Code? Is it even possible without having multiple sftp.json files in different folders? (Which I believe is not possible?)

Describe the solution you'd like Multiple sftp.json in a single project. Similar to a "gulp.json" or a "package.json".

Does this project help you?