Replies: 8 comments 3 replies
-
Your description is completely correct. The only thing to note is that this function will only scan subdirectories up to 5 levels deep under the given
I just tested it on my macOS and Windows. I can not reproduce this issue. Everything works as expected. |
Beta Was this translation helpful? Give feedback.
-
For my case it's only 1 level but it simply didn't do anything (the dialog itself didn't even disappear when I click the OK button). How can I troubleshoot this? I can reproduce this on both Windows and macOS (while I cannot access my mac within this week), but not sure what/where to look. I also didn't find any log file, |
Beta Was this translation helpful? Give feedback.
-
sourcegit/src/ViewModels/ScanRepositories.cs Lines 54 to 66 in 8ffba98 In the code, only when the 63rd line, ![]() |
Beta Was this translation helpful? Give feedback.
-
Without
|
Beta Was this translation helpful? Give feedback.
-
If you have installed Visual Studio or Rider with .NET 9 SDK environment, you can debug this project (simply open the |
Beta Was this translation helpful? Give feedback.
-
I also tested this under Linux (using the AppImage version), and also get the vary same behavior that as I recorded on Windows 😂 I barely know C#. I will attempt to debug this when I got time. Thanks for the info about the related code :) |
Beta Was this translation helpful? Give feedback.
-
I find a way to reproduce this BUG. It's just because that both global and workspace default clone dir are not configured and then sourcegit/src/ViewModels/ScanRepositories.cs Lines 27 to 34 in 8ffba98 I've pushed a commit that fixes this BUG. You can download and test the latest CI build from GitHub Action. |
Beta Was this translation helpful? Give feedback.
-
Or you can simply configure a default clone dir to avoid this issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the new tab screen, I can see a barcode scanner icon that will open up a dialog says "Scan repositories"
I assume this is a dialog that I could enter a path that contains a lot of git repo, and then it will scan the subfolders under that path? If so, I did that and attempt to click "OK", but sadly the "OK" button does nothing.
I tested this under both Windows and macOS, both does nothing when clicking OK.
Is this a bug or did I use it in a incorrect way? How can I understand this feature?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions