Git lens is loading for all the different folders. But, it is not loading for a single folder. Why like that?
@rajesh996 Can you provide more details? I'm not understanding the scenario that isn't working for you. Thanks!
I am using VSCode for my code development. And when I tried to use GitLens (installed the extension & reloaded VSCode). The GitLens sidebar doesn't show any files at all. It just keeps on loading, loading all the time. It's not working on one repository but working on another repository. I had removed the workspace settings and checked again but of no use.
@rajesh996 Can you see if your issue is a casing issue like in https://github.com/eamodio/vscode-gitlens/issues/679?
yes, my issue is similar to the issue in #679.
GitLens worked with one repository and didn't work with other one in my issue
@rajesh996 did you try any of the solutions to fix the issue with the repo it wasn't working with? For example, ensure that the casing you are open code with exactly matches the casing on disk. And/or change this git config setting: https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreignoreCase?
Git Lens is not working on the particular folder in Ubuntu (only for that particular folder, with other folders it is working).
But, it is working perfectly on Windows for all the folders (including the one for which it is not working on Ubuntu).
@rajesh996 For the folder that isn't working, are you sure you are opening the folder exactly as it appears on disk (no casing or other changes)?
@eamodio I have two folders in the untitled workspace in vscode. When I removed the folders (by keeping a file open), it worked. So, I removed all the folders and while closing Vscode, saved the workspace settings in some random place.
After that I again opened Vscode and added the folders one by one (in reverse order). Now, it is working fine.
Even now, the workspace is Untitled, but GitLens is working now.
Was that an issue of the workspace settings only.
@rajesh996 so all is good now?
Yeah, but again today morning when I turned on my Ubuntu, the problem has crept in again. So, again I removed folders from the workspace, saved the settings and again opened it.
After this, it is working now. But, I am not getting what the issue was (that too, only for my PC it's coming. In other's PCs' it's working fine).
I have a similar issue, GitLens constantly loading without doing anything. I am using GitLens on a remote VM through the Remote SSH extension (that means that GitLens is installed to the Remote machine). There I have opened a workspace which has 3 folders (panos, public, log). The first folder has a sub-folder named Foo with a git repo inside it. The second folder public has a repository too. The third folder does not contain any repo. The built-in VSCode GIT is working correctly and even the auto refresh works. Also, if I keep only the public folder in the workspace GitLens seems to be working, but that's an issue for me because I can't work without the other 2 folders.
This is the debug log in case it can provide some insight:
[2019-07-21 22:39:18:477] [1] GitService.initialize
[2019-07-21 22:39:18:477] [2] GitService.getBuiltInGitApi
[2019-07-21 22:39:18:490] [2] GitService.getBuiltInGitApi completed • 13 ms
[2019-07-21 22:39:18:510] Git found: 2.21.0 @ /usr/bin/git • 19 ms
[2019-07-21 22:39:18:510] [1] GitService.initialize completed • 32 ms
[2019-07-21 22:39:18:511] Starting repository search in 3 folders
[2019-07-21 22:39:18:512] [3] GitService.repositorySearch(/home/panos) searching (depth=1)...
[2019-07-21 22:39:18:514] [4] LineAnnotationController.resume
[2019-07-21 22:39:18:515] [4] LineAnnotationController.resume completed • 0 ms
[2019-07-21 22:39:18:515] [5] LineAnnotationController.refresh
[2019-07-21 22:39:18:523] GitLens (v9.9.0) activated • 51 ms
[2019-07-21 22:39:18:523] [5] LineAnnotationController.refresh completed • 8 ms
[2019-07-21 22:39:18:526] [/home/panos] git rev-parse --show-toplevel • 14 ms
[2019-07-21 22:39:28:241] [6] GitService.getOrderedRepositories
[2019-07-21 22:39:28:241] [7] GitService.getRepositories
[2019-07-21 22:39:28:492] [8] RepositoriesNode.onVisibilityChanged — e={"visible":true}
[2019-07-21 22:39:28:492] [9] RepositoriesNode.ensureSubscription
[2019-07-21 22:39:28:492] [a] RepositoriesNode.subscribe
[2019-07-21 22:39:28:492] [a] RepositoriesNode.subscribe completed • 0 ms
[2019-07-21 22:39:28:492] [b] RepositoriesNode.triggerChange
[2019-07-21 22:39:28:493] [c] RepositoriesView.refreshNode — e=RepositoriesNode, t=false
[2019-07-21 22:39:28:493] [d] RepositoriesNode.refresh — false
[2019-07-21 22:39:28:493] [8] RepositoriesNode.onVisibilityChanged completed • 0 ms
[2019-07-21 22:39:28:493] [e] FileHistoryTrackerNode.onVisibilityChanged — e={"visible":true}
[2019-07-21 22:39:28:493] [f] FileHistoryTrackerNode.ensureSubscription
[2019-07-21 22:39:28:493] [10] FileHistoryTrackerNode.subscribe
[2019-07-21 22:39:28:493] [10] FileHistoryTrackerNode.subscribe completed • 0 ms
[2019-07-21 22:39:28:493] [11] FileHistoryTrackerNode.triggerChange
[2019-07-21 22:39:28:493] [12] FileHistoryView.refreshNode — e=FileHistoryTrackerNode, t=false
[2019-07-21 22:39:28:493] [13] FileHistoryTrackerNode.refresh — false
[2019-07-21 22:39:28:493] [e] FileHistoryTrackerNode.onVisibilityChanged completed • 0 ms
[2019-07-21 22:39:28:493] [d] RepositoriesNode.refresh completed • 0 ms
[2019-07-21 22:39:28:493] [13] FileHistoryTrackerNode.refresh returned true • 0 ms
[2019-07-21 22:39:28:493] [14] RepositoriesView.triggerNodeChange — e=RepositoriesNode
[2019-07-21 22:39:28:494] [14] RepositoriesView.triggerNodeChange completed • 0 ms
[2019-07-21 22:39:28:494] [9] RepositoriesNode.ensureSubscription completed • 1 ms
[2019-07-21 22:39:28:494] [c] RepositoriesView.refreshNode completed • 1 ms
[2019-07-21 22:39:28:494] [b] RepositoriesNode.triggerChange completed • 1 ms
[2019-07-21 22:39:28:494] [f] FileHistoryTrackerNode.ensureSubscription completed • 1 ms
[2019-07-21 22:39:28:494] [12] FileHistoryView.refreshNode completed • 0 ms
[2019-07-21 22:39:28:494] [11] FileHistoryTrackerNode.triggerChange completed • 0 ms
[2019-07-21 22:39:28:494] [15] LineHistoryTrackerNode.onVisibilityChanged — e={"visible":true}
[2019-07-21 22:39:28:494] [16] LineHistoryTrackerNode.ensureSubscription
[2019-07-21 22:39:28:494] [17] LineHistoryTrackerNode.subscribe
[2019-07-21 22:39:28:494] [17] LineHistoryTrackerNode.subscribe completed • 0 ms
[2019-07-21 22:39:28:494] [18] LineHistoryTrackerNode.triggerChange
[2019-07-21 22:39:28:494] [19] LineHistoryView.refreshNode — e=LineHistoryTrackerNode, t=false
[2019-07-21 22:39:28:494] [1a] LineHistoryTrackerNode.refresh — false
[2019-07-21 22:39:28:494] [15] LineHistoryTrackerNode.onVisibilityChanged completed • 0 ms
[2019-07-21 22:39:28:494] [1a] LineHistoryTrackerNode.refresh returned true • 0 ms
[2019-07-21 22:39:28:494] [16] LineHistoryTrackerNode.ensureSubscription completed • 0 ms
[2019-07-21 22:39:28:494] [19] LineHistoryView.refreshNode completed • 0 ms
[2019-07-21 22:39:28:494] [18] LineHistoryTrackerNode.triggerChange completed • 0 ms
Keep in mind that I haven't opened a file from my workspace and that log is created by simply opening the GitLens menu through the GitLens icon.
@PanosBougas once try changing the order in which you opened your folders. Not the best solution, but for me it is working after I changed the order in which the folders are opened, but the next day it is not working for me, so have to repeat the process everyday.
@rajesh996 I tried your solution and it is working. But this needs to be fixed as it is a bit silly. It isn't a critical bug but it is a bug and perhaps it could solve more issues along the way. So, perhaps this issue needs to be opened again @eamodio
@PanosBougas is that the full log above? The following line should have other [3] GitService.repositorySearch calls.
[2019-07-21 22:39:18:512] [3] GitService.repositorySearch(/home/panos) searching (depth=1)...
@rajesh996 @PanosBougas Can you send me logs from both when it is working and when it isn't? Are there any symlinks in any of these folders?
How to find GitLens log files? Where they will be located?
You can enable output channel logging by setting "gitlens.outputLevel": "debug" in your settings.json. This will enable logging to the GitLens channel in the Output pane. Once enabled, please reproduce the issue (if possible) and attach the log lines from the GitLens channel.
@rajesh996 @PanosBougas Can you try the following build to see if it helps? If not please provide logs.
Just remove the .zip extension and install it.
@rajesh996 @PanosBougas any chance to try out that new build?
@eamodio I did install the latest 9.9.1 version but the same problem persists.
Here is the log with one folder inside the workspace, here GitLens works normally:
[2019-07-30 09:01:03:020] [/foo/bar] git rev-parse --show-toplevel • 15 ms [2019-07-30 09:01:03:141] [/foo/bar] git remote -v • 2 ms [2019-07-30 09:01:11:485] [/foo/bar] git status --porcelain=v2 --branch -u --find-renames= -- • 57 ms [2019-07-30 09:01:11:730] [/foo/bar] git status --porcelain=v2 --branch -u --find-renames= -- • 55 ms [2019-07-30 09:01:11:730] [/foo/bar] git status --porcelain=v2 --branch -u --find-renames= -- • 50 ms (await)
Here is the log with 2 folders inside the workspace. Both of the folders contain a git repo. The only difference is that the second folder contain the repo in a subfolder.
[2019-07-30 09:04:33:074] [foo/bar] git rev-parse --show-toplevel • 16 ms [2019-07-30 09:04:33:270] [/home/panos] git rev-parse --show-toplevel • 7 ms
@PanosBougas Damn. Can you send me the full logs from the GitLens output channel?
@eamodio Here are the full logs without any open file and by just pressing the GitLens icon on the left menu bar.
[2019-07-30 16:35:44:687] [1] GitService.initialize
[2019-07-30 16:35:44:687] [2] GitService.getBuiltInGitApi
[2019-07-30 16:35:44:698] [2] GitService.getBuiltInGitApi completed • 10 ms
[2019-07-30 16:35:44:740] Git found: 2.21.0 @ /usr/bin/git • 42 ms
[2019-07-30 16:35:44:740] [1] GitService.initialize completed • 53 ms
[2019-07-30 16:35:44:742] Starting repository search in 2 folders
[2019-07-30 16:35:44:743] [3] GitService.repositorySearch(/foo/bar) searching (depth=1)...
[2019-07-30 16:35:44:747] [4] LineAnnotationController.resume
[2019-07-30 16:35:44:747] [4] LineAnnotationController.resume completed • 0 ms
[2019-07-30 16:35:44:748] [5] LineAnnotationController.refresh
[2019-07-30 16:35:44:756] GitLens (v9.9.1) activated • 74 ms
[2019-07-30 16:35:44:756] [5] LineAnnotationController.refresh completed • 8 ms
[2019-07-30 16:35:45:069] [/foo/bar] git rev-parse --show-toplevel • 326 ms
[2019-07-30 16:35:45:070] [3] GitService.repositorySearch(/foo/bar) found root repository in '/foo/bar'
[2019-07-30 16:35:45:407] [3] GitService.repositorySearch(/foo/bar) returned 1 repositories (/foo/bar) • 664 ms
[2019-07-30 16:35:45:408] [6] GitService.repositorySearch(/home/panos) searching (depth=1)...
[2019-07-30 16:35:45:413] [/home/panos] git rev-parse --show-toplevel • 5 ms
[2019-07-30 16:36:04:540] [7] GitService.getOrderedRepositories
[2019-07-30 16:36:04:540] [8] GitService.getRepositories
[2019-07-30 16:36:04:790] [9] RepositoriesNode.onVisibilityChanged — e={"visible":true}
[2019-07-30 16:36:04:790] [a] RepositoriesNode.ensureSubscription
[2019-07-30 16:36:04:791] [b] RepositoriesNode.subscribe
[2019-07-30 16:36:04:791] [b] RepositoriesNode.subscribe completed • 0 ms
[2019-07-30 16:36:04:791] [c] RepositoriesNode.triggerChange
[2019-07-30 16:36:04:791] [d] RepositoriesView.refreshNode — e=RepositoriesNode, t=false
[2019-07-30 16:36:04:791] [e] RepositoriesNode.refresh — false
[2019-07-30 16:36:04:791] [9] RepositoriesNode.onVisibilityChanged completed • 0 ms
[2019-07-30 16:36:04:791] [f] FileHistoryTrackerNode.onVisibilityChanged — e={"visible":true}
[2019-07-30 16:36:04:791] [10] FileHistoryTrackerNode.ensureSubscription
[2019-07-30 16:36:04:791] [11] FileHistoryTrackerNode.subscribe
[2019-07-30 16:36:04:791] [11] FileHistoryTrackerNode.subscribe completed • 0 ms
[2019-07-30 16:36:04:791] [12] FileHistoryTrackerNode.triggerChange
[2019-07-30 16:36:04:791] [13] FileHistoryView.refreshNode — e=FileHistoryTrackerNode, t=false
[2019-07-30 16:36:04:791] [14] FileHistoryTrackerNode.refresh — false
[2019-07-30 16:36:04:791] [f] FileHistoryTrackerNode.onVisibilityChanged completed • 0 ms
[2019-07-30 16:36:04:791] [15] LineHistoryTrackerNode.onVisibilityChanged — e={"visible":true}
[2019-07-30 16:36:04:791] [16] LineHistoryTrackerNode.ensureSubscription
[2019-07-30 16:36:04:791] [17] LineHistoryTrackerNode.subscribe
[2019-07-30 16:36:04:791] [17] LineHistoryTrackerNode.subscribe completed • 0 ms
[2019-07-30 16:36:04:791] [18] LineHistoryTrackerNode.triggerChange
[2019-07-30 16:36:04:791] [19] LineHistoryView.refreshNode — e=LineHistoryTrackerNode, t=false
[2019-07-30 16:36:04:791] [1a] LineHistoryTrackerNode.refresh — false
[2019-07-30 16:36:04:791] [15] LineHistoryTrackerNode.onVisibilityChanged completed • 0 ms
[2019-07-30 16:36:04:792] [e] RepositoriesNode.refresh completed • 0 ms
[2019-07-30 16:36:04:792] [14] FileHistoryTrackerNode.refresh returned true • 0 ms
[2019-07-30 16:36:04:792] [1a] LineHistoryTrackerNode.refresh returned true • 0 ms
[2019-07-30 16:36:04:792] [1b] RepositoriesView.triggerNodeChange — e=RepositoriesNode
[2019-07-30 16:36:04:792] [1b] RepositoriesView.triggerNodeChange completed • 0 ms
[2019-07-30 16:36:04:793] [a] RepositoriesNode.ensureSubscription completed • 2 ms
[2019-07-30 16:36:04:793] [d] RepositoriesView.refreshNode completed • 1 ms
[2019-07-30 16:36:04:793] [c] RepositoriesNode.triggerChange completed • 1 ms
[2019-07-30 16:36:04:793] [10] FileHistoryTrackerNode.ensureSubscription completed • 1 ms
[2019-07-30 16:36:04:793] [13] FileHistoryView.refreshNode completed • 1 ms
[2019-07-30 16:36:04:793] [12] FileHistoryTrackerNode.triggerChange completed • 1 ms
[2019-07-30 16:36:04:793] [16] LineHistoryTrackerNode.ensureSubscription completed • 1 ms
[2019-07-30 16:36:04:793] [19] LineHistoryView.refreshNode completed • 1 ms
[2019-07-30 16:36:04:793] [18] LineHistoryTrackerNode.triggerChange completed • 1 ms
Same problem here.
some repositories works...
some doesn't...
@rajesh996 @PanosBougas @rt3norio Can you try the following build to see if it helps? If not please provide logs. (@PanosBougas from those logs it doesn't seem like it was the right 9.9.1 - so please try out the one below -- thanks!)
Just remove the .zip extension and install it.
@eamodio I also tried the new 9.9.2 beta you send us and these are the new logs. I am having the same issue
```[2019-07-31 08:07:08:341] [1] GitService.initialize
[2019-07-31 08:07:08:341] [2] GitService.getBuiltInGitApi
[2019-07-31 08:07:08:353] [2] GitService.getBuiltInGitApi completed • 10 ms
[2019-07-31 08:07:08:389] Git found: 2.21.0 @ /usr/bin/git • 36 ms
[2019-07-31 08:07:08:389] [1] GitService.initialize completed • 47 ms
[2019-07-31 08:07:08:392] Starting repository search in 2 folders
[2019-07-31 08:07:08:392] [3] GitService.repositorySearch(/foo/bar/folder1) searching (depth=1)...
[2019-07-31 08:07:08:397] [4] LineAnnotationController.resume
[2019-07-31 08:07:08:397] [4] LineAnnotationController.resume completed • 0 ms
[2019-07-31 08:07:08:397] [5] LineAnnotationController.refresh
[2019-07-31 08:07:08:397] [6] LineAnnotationController.clear
[2019-07-31 08:07:08:397] [6] LineAnnotationController.clear completed • 0 ms
[2019-07-31 08:07:08:407] GitLens (v9.9.2-beta) activated • 70 ms
[2019-07-31 08:07:08:407] [5] LineAnnotationController.refresh completed • 9 ms
[2019-07-31 08:07:08:740] [/foo/bar/folder1] git rev-parse --show-toplevel • 347 ms
[2019-07-31 08:07:08:740] [3] GitService.repositorySearch(/foo/bar/folder1) found root repository in '/foo/bar/folder1'
[2019-07-31 08:07:08:742] [7] GitService.repositorySearchCore — e=/foo/bar/folder1, t=1
[2019-07-31 08:07:08:746] [8] GitService.repositorySearchCore — e=/foo/bar/folder1/Regexp, t=0
[2019-07-31 08:07:08:788] [8] GitService.repositorySearchCore completed • 42 ms
[2019-07-31 08:07:08:788] [9] GitService.repositorySearchCore — e=/foo/bar/folder1/test, t=0
[2019-07-31 08:07:08:795] [9] GitService.repositorySearchCore completed • 6 ms
[2019-07-31 08:07:08:795] [a] GitService.repositorySearchCore — e=/foo/bar/folder1/aa, t=0
[2019-07-31 08:07:08:815] [a] GitService.repositorySearchCore completed • 20 ms
[2019-07-31 08:07:08:815] [b] GitService.repositorySearchCore — e=/foo/bar/folder1/bb, t=0
[2019-07-31 08:07:08:821] [b] GitService.repositorySearchCore completed • 5 ms
[2019-07-31 08:07:08:821] [c] GitService.repositorySearchCore — e=/foo/bar/folder1/cc, t=0
[2019-07-31 08:07:08:839] [c] GitService.repositorySearchCore completed • 18 ms
[2019-07-31 08:07:08:839] [d] GitService.repositorySearchCore — e=/foo/bar/folder1/dd, t=0
[2019-07-31 08:07:08:844] [d] GitService.repositorySearchCore completed • 4 ms
[2019-07-31 08:07:08:844] [e] GitService.repositorySearchCore — e=/foo/bar/folder1/ee, t=0
[2019-07-31 08:07:08:850] [e] GitService.repositorySearchCore completed • 6 ms
[2019-07-31 08:07:08:850] [f] GitService.repositorySearchCore — e=/foo/bar/folder1/ff, t=0
[2019-07-31 08:07:08:884] [f] GitService.repositorySearchCore completed • 33 ms
[2019-07-31 08:07:08:884] [10] GitService.repositorySearchCore — e=/foo/bar/folder1/gg, t=0
[2019-07-31 08:07:08:884] [10] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:884] [11] GitService.repositorySearchCore — e=/foo/bar/folder1/hh, t=0
[2019-07-31 08:07:08:884] [11] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:884] [12] GitService.repositorySearchCore — e=/foo/bar/folder1/ii, t=0
[2019-07-31 08:07:08:891] [12] GitService.repositorySearchCore completed • 6 ms
[2019-07-31 08:07:08:891] [13] GitService.repositorySearchCore — e=/foo/bar/folder1/jj, t=0
[2019-07-31 08:07:08:891] [13] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:891] [14] GitService.repositorySearchCore — e=/foo/bar/folder1/kk, t=0
[2019-07-31 08:07:08:902] [14] GitService.repositorySearchCore completed • 11 ms
[2019-07-31 08:07:08:902] [15] GitService.repositorySearchCore — e=/foo/bar/folder1/ll, t=0
[2019-07-31 08:07:08:902] [15] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:902] [16] GitService.repositorySearchCore — e=/foo/bar/folder1/mm, t=0
[2019-07-31 08:07:08:903] [16] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:903] [17] GitService.repositorySearchCore — e=/foo/bar/folder1/nn, t=0
[2019-07-31 08:07:08:906] [17] GitService.repositorySearchCore completed • 3 ms
[2019-07-31 08:07:08:906] [18] GitService.repositorySearchCore — e=/foo/bar/folder1/oo, t=0
[2019-07-31 08:07:08:906] [18] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:906] [19] GitService.repositorySearchCore — e=/foo/bar/folder1/pp, t=0
[2019-07-31 08:07:08:907] [19] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:907] [1a] GitService.repositorySearchCore — e=/foo/bar/folder1/qq, t=0
[2019-07-31 08:07:08:910] [1a] GitService.repositorySearchCore completed • 3 ms
[2019-07-31 08:07:08:910] [1b] GitService.repositorySearchCore — e=/foo/bar/folder1/rr, t=0
[2019-07-31 08:07:08:911] [1b] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:911] [1c] GitService.repositorySearchCore — e=/foo/bar/folder1/ss, t=0
[2019-07-31 08:07:08:911] [1c] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:911] [1d] GitService.repositorySearchCore — e=/foo/bar/folder1/tt, t=0
[2019-07-31 08:07:08:919] [1d] GitService.repositorySearchCore completed • 8 ms
[2019-07-31 08:07:08:919] [1e] GitService.repositorySearchCore — e=/foo/bar/folder1/uu, t=0
[2019-07-31 08:07:08:919] [1e] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:919] [1f] GitService.repositorySearchCore — e=/foo/bar/folder1/vv, t=0
[2019-07-31 08:07:08:920] [1f] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:920] [20] GitService.repositorySearchCore — e=/foo/bar/folder1/ww, t=0
[2019-07-31 08:07:08:923] [20] GitService.repositorySearchCore completed • 3 ms
[2019-07-31 08:07:08:923] [21] GitService.repositorySearchCore — e=/foo/bar/folder1/xx, t=0
[2019-07-31 08:07:08:923] [21] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:923] [7] GitService.repositorySearchCore completed • 181 ms
[2019-07-31 08:07:08:924] [3] GitService.repositorySearch(/foo/bar/folder1) returned 1 repositories (/foo/bar/folder1) • 531 ms
[2019-07-31 08:07:08:924] [22] GitService.repositorySearch(/home/panos) searching (depth=1)...
[2019-07-31 08:07:08:936] [/home/panos] git rev-parse --show-toplevel • 12 ms
[2019-07-31 08:07:08:937] [23] GitService.repositorySearchCore — e=/home/panos, t=1
[2019-07-31 08:07:08:941] [24] GitService.repositorySearchCore — e=/home/panos/.vscode-remote, t=0
[2019-07-31 08:07:08:941] [24] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:941] [25] GitService.repositorySearchCore — e=/home/panos/.cache, t=0
[2019-07-31 08:07:08:942] [25] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:942] [26] GitService.repositorySearchCore — e=/home/panos/.config, t=0
[2019-07-31 08:07:08:945] [26] GitService.repositorySearchCore completed • 3 ms
[2019-07-31 08:07:08:945] [27] GitService.repositorySearchCore — e=/home/panos/.cpan, t=0
[2019-07-31 08:07:08:945] [27] GitService.repositorySearchCore completed • 0 ms
[2019-07-31 08:07:08:946] [28] GitService.repositorySearchCore — e=/home/panos/.cpanm, t=0
[2019-07-31 08:07:08:955] [28] GitService.repositorySearchCore completed • 9 ms
[2019-07-31 08:07:08:955] [29] GitService.repositorySearchCore — e=/home/panos/.gnupg, t=0
[2019-07-31 08:07:08:956] [29] GitService.repositorySearchCore — failed • 0 ms
Error: EACCES: permission denied, scandir '/home/panos/.gnupg'
[2019-07-31 08:07:37:853] [2a] GitService.getOrderedRepositories
[2019-07-31 08:07:37:853] [2b] GitService.getRepositories
[2019-07-31 08:07:38:103] [2c] RepositoriesNode.onVisibilityChanged — e={"visible":true}
[2019-07-31 08:07:38:103] [2d] RepositoriesNode.ensureSubscription
[2019-07-31 08:07:38:103] [2e] RepositoriesNode.subscribe
[2019-07-31 08:07:38:103] [2e] RepositoriesNode.subscribe completed • 0 ms
[2019-07-31 08:07:38:104] [2f] RepositoriesNode.triggerChange
[2019-07-31 08:07:38:104] [30] RepositoriesView.refreshNode — e=RepositoriesNode, t=false
[2019-07-31 08:07:38:104] [31] RepositoriesNode.refresh — false
[2019-07-31 08:07:38:104] [2c] RepositoriesNode.onVisibilityChanged completed • 0 ms
[2019-07-31 08:07:38:104] [32] FileHistoryTrackerNode.onVisibilityChanged — e={"visible":true}
[2019-07-31 08:07:38:104] [33] FileHistoryTrackerNode.ensureSubscription
[2019-07-31 08:07:38:104] [34] FileHistoryTrackerNode.subscribe
[2019-07-31 08:07:38:104] [34] FileHistoryTrackerNode.subscribe completed • 0 ms
[2019-07-31 08:07:38:104] [35] FileHistoryTrackerNode.triggerChange
[2019-07-31 08:07:38:104] [36] FileHistoryView.refreshNode — e=FileHistoryTrackerNode, t=false
[2019-07-31 08:07:38:104] [37] FileHistoryTrackerNode.refresh — false
[2019-07-31 08:07:38:104] [32] FileHistoryTrackerNode.onVisibilityChanged completed • 0 ms
[2019-07-31 08:07:38:104] [38] LineHistoryTrackerNode.onVisibilityChanged — e={"visible":true}
[2019-07-31 08:07:38:104] [39] LineHistoryTrackerNode.ensureSubscription
[2019-07-31 08:07:38:104] [3a] LineHistoryTrackerNode.subscribe
[2019-07-31 08:07:38:104] [3a] LineHistoryTrackerNode.subscribe completed • 0 ms
[2019-07-31 08:07:38:104] [3b] LineHistoryTrackerNode.triggerChange
[2019-07-31 08:07:38:104] [3c] LineHistoryView.refreshNode — e=LineHistoryTrackerNode, t=false
[2019-07-31 08:07:38:104] [3d] LineHistoryTrackerNode.refresh — false
[2019-07-31 08:07:38:104] [38] LineHistoryTrackerNode.onVisibilityChanged completed • 0 ms
[2019-07-31 08:07:38:104] [31] RepositoriesNode.refresh completed • 0 ms
[2019-07-31 08:07:38:104] [37] FileHistoryTrackerNode.refresh returned true • 0 ms
[2019-07-31 08:07:38:104] [3d] LineHistoryTrackerNode.refresh returned true • 0 ms
[2019-07-31 08:07:38:104] [3e] RepositoriesView.triggerNodeChange — e=RepositoriesNode
[2019-07-31 08:07:38:105] [3e] RepositoriesView.triggerNodeChange completed • 0 ms
[2019-07-31 08:07:38:105] [2d] RepositoriesNode.ensureSubscription completed • 1 ms
[2019-07-31 08:07:38:105] [30] RepositoriesView.refreshNode completed • 0 ms
[2019-07-31 08:07:38:105] [2f] RepositoriesNode.triggerChange completed • 0 ms
[2019-07-31 08:07:38:105] [33] FileHistoryTrackerNode.ensureSubscription completed • 0 ms
[2019-07-31 08:07:38:105] [36] FileHistoryView.refreshNode completed • 0 ms
[2019-07-31 08:07:38:105] [35] FileHistoryTrackerNode.triggerChange completed • 0 ms
[2019-07-31 08:07:38:105] [39] LineHistoryTrackerNode.ensureSubscription completed • 0 ms
[2019-07-31 08:07:38:105] [3c] LineHistoryView.refreshNode completed • 0 ms
[2019-07-31 08:07:38:105] [3b] LineHistoryTrackerNode.triggerChange completed • 0 ms
@PanosBougas Thanks for those logs! They helped a lot. So it looks like it encountered an error while searching (permission denied) and I found where I wasn't handling that properly.
Can you try this version and see if the issue is resolved?
Just remove the .zip extension and install it.
Great news @eamodio . The latest build gitlens-9.9.2-beta2 solved completely the issue. You and your extension rock! Thank you for all your hard efforts I really appreciate it.
Awesome! Thank you for the help in debugging!
Congratulations! it works!
Thanks for your effort!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Great news @eamodio . The latest build gitlens-9.9.2-beta2 solved completely the issue. You and your extension rock! Thank you for all your hard efforts I really appreciate it.