mkloubert / vscode-deploy-reloaded

Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-deploy-reloaded
GNU Lesser General Public License v3.0
163 stars 39 forks source link

Ability to pull all files with sub folders on selection #163

Open cormacdoesprogramming opened 4 years ago

cormacdoesprogramming commented 4 years ago

Description

I use this plugin for Laravel projects and I wish to pull all of the files and folders which I select which includes new files that could exist on the target(s). Currently I will have to go through the process off Select folder e.g. app/ ->Select deploy operation -> Show Directory -> Pull files with sub folders. This is a process which I do many times a day pulling new files from git which I want in my local copy to be able to edit and would be much easier if I could select all the project files expect the packages e.g. node_modules/ public/node_modules & vendor/ and just right click and pull all of them including new files.

Actual behaviour

Select folder e.g. app/ ->Select deploy operation -> Show Directory -> Pull files with sub folders.

Will pull all of the files from the target recursively including new files.

Expected behaviour

Select folders e.g. All folders in project root expect folders containing packages -> Select deploy operation -> Pull files with sub folders.

Will pull of the files and sub folders from the selected folders including new files.

Your environment

Thanks