-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git baseFolders doesn't seem to be working on mac OS #94
Comments
👍 |
Hi @codingmatty , Yes, it should work. It wil look for git repos inside that folder, recursively. Just remember that in Mac/Linux, the folders are _case sensitive _. @BonDoQ , could you help me again, and test this config in your Mac 😃 ? |
Same issue here. |
I am facing a similar issue. When I refresh the projects its start looking but it stops and only shows a subset of the git projects I have. Here are my settings
|
So, it worked for me with this setting. Just like @alefragnani wrote (sorry for the miss understanding):
|
Good to know @TalAmitOS 🎉 What was the catch? Case-sensitive folders? |
Actually nothing new. I just replace:
With:
And refresh the projects list. |
@codingmatty @RobertDessin @oarrabi are your git projects right at the base folder, or in any subfolder? By the way, the detection is fairly simple. It just looks for a folder called Let me know if you have any success |
@alefragnani ok, cool. Actually with |
|
I also had this problem, and only solved it by the suggestions above, setting It would be great if we could add this to the documentation for the plugin, or better yet add support for ~ or $home, as dictated by the documentation currently. Also mentioning the caching requirement would help other users. Another small thing for me was, I simply wanted a way to quickly open folders 1 level deep in my ~/Projects directory. For me, the plugin is picking up git projects but not non-git directories. I guess it's a minor annoyance as I should probably be running Thanks for this fantastic plugin! |
Hi @RobSaunders , Yes, this settings About the directories that are not recognized, well, the detection is made checking for I will close this issue now, since the use of variables for |
Not work for me
|
Hi @pookdeveloper , Could you provide more details about what are,you experiencing? Does it show the |
Yes @alefragnani the notification is showing but when I refresh the panel, it doesn't show the new folders of git projects. Video of the behaviour: https://share.vidyard.com/watch/pthLc1K7RWeecLqYJjuUaB? |
Hi @pookdeveloper , Are all (5) folders Git repos? Also, is any of them, or the |
@alefragnani all are regulars folders and github projects I clone the repo using the gitkrakren app |
It should work just fine. It just checks for
You could check You should wait for an update to add debug/log messages |
@alefragnani the problem is simple quote in the routeXD WORKS: |
@alefragnani I can use regex? for all folders in "/Users/davidgarcia/Desktop/*", and not use: |
That's great to see it works. I really missed that simple/double quote typo. About regex, not yet. It's being tracked in #309. Upvote there 👍. |
I have tried a few different things, but I assume something like this was supposed to work:
or at least this:
The text was updated successfully, but these errors were encountered: