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
A little context about my scenario:
I'm usually working on VVV vagrant projects involving WordPress theme development. That means every time I start a new project VVV creates a new WordPress instance as git repo in the /www/ folder. For each instance I start a git project inside its /public_html/wp-content/themes/ folder and that's actually what I'm working on and what I'm interested in tracking.
Example:
/www/site_1/public_html/wp-content/themes/project_1/
/www/site_2/public_html/wp-content/themes/project_2/
and so on...
I tried to setup "projectManager.git.baseFolders"with a wildcard as /Users/username/vagrant-local/www/*/public_html/ to filter out site_1, site_2 etc., but I found out Project manager it's not supporting wildcards (yet).
Of course I can add projects as favourites saving them manually, not a big effort :), but as I discovered there is some interest in this (see #278 ) do you think that can be a feature to look forward in the near future?
As mentioned that's not something that prevents me to use and love this extension, but would be very handy having the option to just load all projects at once as git projects automagically.
The text was updated successfully, but these errors were encountered:
I find myself in this scenario sometimes, but my projects tend to have a small amount of base folders, so it's something that don't bother me that much.
But I totally understand, and agree, that it would be very handy 👍
Hi there,
A little context about my scenario:
I'm usually working on VVV vagrant projects involving WordPress theme development. That means every time I start a new project VVV creates a new WordPress instance as git repo in the /www/ folder. For each instance I start a git project inside its /public_html/wp-content/themes/ folder and that's actually what I'm working on and what I'm interested in tracking.
Example:
I tried to setup
"projectManager.git.baseFolders"
with a wildcard as/Users/username/vagrant-local/www/*/public_html/
to filter outsite_1
,site_2
etc., but I found out Project manager it's not supporting wildcards (yet).Of course I can add projects as favourites saving them manually, not a big effort :), but as I discovered there is some interest in this (see #278 ) do you think that can be a feature to look forward in the near future?
As mentioned that's not something that prevents me to use and love this extension, but would be very handy having the option to just load all projects at once as git projects automagically.
The text was updated successfully, but these errors were encountered: