You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
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
Operating system: Windows 10
Visual Studio Code version: 1.47
Extension version: 0.89.0
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: