Skip to content
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

File history fails on Git for Windows 2.27 ("There are no editors open that can provide file history information.") #1267

Closed
fsackur opened this issue Dec 15, 2020 · 11 comments
Assignees
Labels
blocked: vscode Caused by or dependent on a VS Code issue or feature blocked Blocked or caused by an upstream issue or feature bug Something isn't working
Milestone

Comments

@fsackur
Copy link

fsackur commented Dec 15, 2020

Possibly related to #932

  • GitLens Version: 11.0.6
  • Git Version: git version 2.27.0.windows.1
  • VSCode Version: 1.52.0
  • OS Version: Win 10

Steps to Reproduce:

  1. Close all editors
  2. Open editor to tracked file
  3. Look at file history

In the GitLens output, I see, e.g.:
FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).ensureSubscription completed • 10 ms

The absolute path is being appended to the repo path, I think. Relevant output:

[2020-12-15 19:28:01:744] [600] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).ensureSubscription
[2020-12-15 19:28:01:744] [601] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).subscribe
[2020-12-15 19:28:01:744] [602] GitService.getRepository — e=GitUri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-15 19:28:01:745] [603] GitService.getBranchAheadRange — e=staging
[2020-12-15 19:28:01:745] [603] GitService.getBranchAheadRange completed • 0 ms
[2020-12-15 19:28:01:745] [604] GitService.getLogForFile — e=c:/githubdata/Build, t=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, i={"limit":40}
[2020-12-15 19:28:01:745] [605] GitService.getStatusForFile — e=c:/githubdata/Build, t=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1
[2020-12-15 19:28:01:754] [602] GitService.getRepository returned c:/githubdata/Build • 9 ms
[2020-12-15 19:28:01:755] [601] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).subscribe completed • 10 ms
[2020-12-15 19:28:01:755] [600] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).ensureSubscription completed • 10 ms
Full output when opening file

[2020-12-15 19:28:01:404] [5e5] GitUri.fromUri — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-15 19:28:01:404] [5e6] GitService.getRepoPath — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-15 19:28:01:404] [5e7] GitService.getRepository — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1), t={"skipCacheUpdate":true}
[2020-12-15 19:28:01:404] [5e8] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=selection
[2020-12-15 19:28:01:404] [5e9] LineAnnotationController.clear completed • 0 ms
[2020-12-15 19:28:01:404] [5e8] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-15 19:28:01:404] [5ea] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=selection
[2020-12-15 19:28:01:404] [5ea] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-15 19:28:01:404] [5e7] GitService.getRepository returned undefined • 0 ms
[2020-12-15 19:28:01:404] [5eb] GitService.getRepoPathCore — e=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, t=false
[2020-12-15 19:28:01:485] [c:\Githubdata\Build\Public] git rev-parse --show-toplevel • 80 ms 
[2020-12-15 19:28:01:485] [5eb] GitService.getRepoPathCore completed • 80 ms
[2020-12-15 19:28:01:485] [5e6] GitService.getRepoPath returned c:/githubdata/Build • 81 ms
[2020-12-15 19:28:01:485] [5e5] GitUri.fromUri returned GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 81 ms
[2020-12-15 19:28:01:485] [5ec] GitService.getRepository — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-15 19:28:01:485] [5ec] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-15 19:28:01:486] [5ed] GitService.isTracked returned true • 0 ms — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-15 19:28:01:654] [5ee] FileHistoryTrackerNode.onActiveEditorChanged
[2020-12-15 19:28:01:654] [5ef] FileHistoryTrackerNode.triggerChange
[2020-12-15 19:28:01:654] [5f0] FileHistoryTrackerNode.triggerChange — false, false
[2020-12-15 19:28:01:654] [5f1] FileHistoryView.refreshNode — e=FileHistoryTrackerNode, t=false, i=false
[2020-12-15 19:28:01:654] [5f2] FileHistoryTrackerNode.refresh — false
[2020-12-15 19:28:01:654] [5f3] GitUri.fromUri — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-15 19:28:01:654] [5f4] GitService.getRepoPath — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-15 19:28:01:654] [5f5] GitService.getRepository — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1), t={"skipCacheUpdate":true}
[2020-12-15 19:28:01:654] [5ee] FileHistoryTrackerNode.onActiveEditorChanged completed • 0 ms
[2020-12-15 19:28:01:654] [5f5] GitService.getRepository returned undefined • 0 ms
[2020-12-15 19:28:01:654] [5f6] GitService.getRepoPathCore — e=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, t=false
[2020-12-15 19:28:01:662] [5f8] GitService.getBlameForLine — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build), t=64
[2020-12-15 19:28:01:662] [5f9] GitService.getBlameForFile — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-15 19:28:01:662] [5f9] GitService.getBlameForFile Cache miss: 'blame'
[2020-12-15 19:28:01:662] [5f9] GitService.getBlameForFile Cache add: 'blame'
[2020-12-15 19:28:01:662] [5fa] GitService.isTracked returned true • 0 ms — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-15 19:28:01:730] [c:\Githubdata\Build\Public] git rev-parse --show-toplevel • 75 ms 
[2020-12-15 19:28:01:730] [5f6] GitService.getRepoPathCore completed • 75 ms
[2020-12-15 19:28:01:730] [5f4] GitService.getRepoPath returned c:/githubdata/Build • 76 ms
[2020-12-15 19:28:01:730] [5f3] GitUri.fromUri returned GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 76 ms
[2020-12-15 19:28:01:730] [5fb] FileHistoryTrackerNode.resetChild
[2020-12-15 19:28:01:730] [5fb] FileHistoryTrackerNode.resetChild completed • 0 ms
[2020-12-15 19:28:01:730] [5f2] FileHistoryTrackerNode.refresh returned false, uri=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 76 ms
[2020-12-15 19:28:01:730] [5fc] FileHistoryView.triggerNodeChange — e=FileHistoryTrackerNode
[2020-12-15 19:28:01:730] [5fc] FileHistoryView.triggerNodeChange completed • 0 ms
[2020-12-15 19:28:01:730] [5f1] FileHistoryView.refreshNode completed • 76 ms
[2020-12-15 19:28:01:730] [5f0] FileHistoryTrackerNode.triggerChange completed • 76 ms
[2020-12-15 19:28:01:730] [5ef] FileHistoryTrackerNode.triggerChange completed • 76 ms
[2020-12-15 19:28:01:744] [5fd] FileHistoryTrackerNode.ensureSubscription
[2020-12-15 19:28:01:744] [5fe] GitService.getBranch — e=c:/githubdata/Build
[2020-12-15 19:28:01:744] [5ff] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-15 19:28:01:744] [5fd] FileHistoryTrackerNode.ensureSubscription completed • 0 ms
[2020-12-15 19:28:01:744] [5ff] GitService.getBranches completed • 0 ms
[2020-12-15 19:28:01:744] [5fe] GitService.getBranch completed • 0 ms
[2020-12-15 19:28:01:744] [600] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).ensureSubscription
[2020-12-15 19:28:01:744] [601] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).subscribe
[2020-12-15 19:28:01:744] [602] GitService.getRepository — e=GitUri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-15 19:28:01:745] [603] GitService.getBranchAheadRange — e=staging
[2020-12-15 19:28:01:745] [603] GitService.getBranchAheadRange completed • 0 ms
[2020-12-15 19:28:01:745] [604] GitService.getLogForFile — e=c:/githubdata/Build, t=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, i={"limit":40}
[2020-12-15 19:28:01:745] [605] GitService.getStatusForFile — e=c:/githubdata/Build, t=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1
[2020-12-15 19:28:01:754] [602] GitService.getRepository returned c:/githubdata/Build • 9 ms
[2020-12-15 19:28:01:755] [601] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).subscribe completed • 10 ms
[2020-12-15 19:28:01:755] [600] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).ensureSubscription completed • 10 ms
[2020-12-15 19:28:01:755] [604] GitService.getLogForFile Cache hit: 'log:n40'
[2020-12-15 19:28:01:755] [604] GitService.getLogForFile completed • 9 ms
[2020-12-15 19:28:01:774] [c:/githubdata/Build] git blame --root --incremental -w -- Public/Add-NestedImportStatement.ps1 • 112 ms 
[2020-12-15 19:28:01:775] [606] GitService.getCurrentUser — c:/githubdata/Build
[2020-12-15 19:28:01:775] [606] GitService.getCurrentUser completed • 0 ms
[2020-12-15 19:28:01:775] [607] GitBlameParser.parse completed • 0 ms
[2020-12-15 19:28:01:775] [5f9] GitService.getBlameForFile completed • 113 ms
[2020-12-15 19:28:01:775] [5f8] GitService.getBlameForLine completed • 113 ms
[2020-12-15 19:28:01:775] [5f7] GitLineTracker.updateState returned true • 113 ms — e=64, t=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1
[2020-12-15 19:28:01:775] [608] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[64-64], pending=false, reason=selection
[2020-12-15 19:28:01:775] [609] LineAnnotationController.refresh
[2020-12-15 19:28:01:775] [60a] LineAnnotationController.clear completed • 0 ms
[2020-12-15 19:28:01:775] [608] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-15 19:28:01:775] [60b] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[64-64], pending=false, reason=selection
[2020-12-15 19:28:01:775] [60b] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-15 19:28:01:776] [60c] GitService.getRemoteWithApiProvider
[2020-12-15 19:28:01:776] [60c] GitService.getRemoteWithApiProvider completed • 0 ms
[2020-12-15 19:28:01:777] [609] LineAnnotationController.refresh completed • selection(s)=[64-64] • 1 ms
[2020-12-15 19:28:01:826] [c:/githubdata/Build] git status --porcelain=v2 --find-renames -- c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 • 81 ms 
[2020-12-15 19:28:01:827] [60d] GitStatusParser.parse completed • 0 ms
[2020-12-15 19:28:01:827] [605] GitService.getStatusForFile completed • 81 ms
[2020-12-15 19:28:03:078] [60e] FileHistoryTrackerNode.onActiveEditorChanged
[2020-12-15 19:28:03:078] [60f] FileHistoryTrackerNode.triggerChange
[2020-12-15 19:28:03:078] [610] FileHistoryTrackerNode.triggerChange — false, false
[2020-12-15 19:28:03:078] [611] FileHistoryView.refreshNode — e=FileHistoryTrackerNode, t=false, i=false
[2020-12-15 19:28:03:078] [612] FileHistoryTrackerNode.refresh — false
[2020-12-15 19:28:03:078] [60e] FileHistoryTrackerNode.onActiveEditorChanged completed • 0 ms
[2020-12-15 19:28:03:078] [612] FileHistoryTrackerNode.refresh returned true • 0 ms
[2020-12-15 19:28:03:078] [611] FileHistoryView.refreshNode completed • 0 ms
[2020-12-15 19:28:03:078] [610] FileHistoryTrackerNode.triggerChange completed • 0 ms
[2020-12-15 19:28:03:078] [60f] FileHistoryTrackerNode.triggerChange completed • 0 ms

@eamodio
Copy link
Member

eamodio commented Dec 16, 2020

Can you try the latest insiders edition to see if this is still reproducible?

You can install the insiders edition from here. But be sure to disable/uninstall the stable version of GitLens first.

@eamodio eamodio added the needs-more-info Needs further information, steps, details, etc. label Dec 16, 2020
@fsackur
Copy link
Author

fsackur commented Dec 21, 2020

2020.12.2104 - sorry, no change.

Full output when opening file

[2020-12-21 14:04:45:356] [74] GitUri.fromUri — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-21 14:04:45:356] [75] GitService.getRepoPath — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-21 14:04:45:356] [76] GitService.getRepository — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1), t={"skipCacheUpdate":true}
[2020-12-21 14:04:45:357] [77] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=selection
[2020-12-21 14:04:45:357] [78] LineAnnotationController.clear completed • 0 ms
[2020-12-21 14:04:45:357] [77] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-21 14:04:45:357] [79] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=selection
[2020-12-21 14:04:45:357] [79] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-21 14:04:45:358] [7a] GitService.findRepositoryForPath — e=count=1, t=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, i=false
[2020-12-21 14:04:45:358] [7a] GitService.findRepositoryForPath completed • 0 ms
[2020-12-21 14:04:45:358] [76] GitService.getRepository returned undefined • 1 ms
[2020-12-21 14:04:45:358] [7b] GitService.getRepoPathCore — e=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, t=false
[2020-12-21 14:04:45:902] [7c] FileHistoryTrackerNode.onActiveEditorChanged
[2020-12-21 14:04:45:902] [7d] FileHistoryTrackerNode.triggerChange
[2020-12-21 14:04:45:902] [7e] FileHistoryTrackerNode.triggerChange — false, false
[2020-12-21 14:04:45:902] [7f] FileHistoryView.refreshNode — e=FileHistoryTrackerNode, t=false, i=false
[2020-12-21 14:04:45:902] [80] FileHistoryTrackerNode.refresh — false
[2020-12-21 14:04:45:902] [81] GitUri.fromUri — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-21 14:04:45:902] [82] GitService.getRepoPath — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-21 14:04:45:902] [83] GitService.getRepository — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1), t={"skipCacheUpdate":true}
[2020-12-21 14:04:45:902] [7c] FileHistoryTrackerNode.onActiveEditorChanged completed • 0 ms
[2020-12-21 14:04:45:902] [84] GitService.findRepositoryForPath — e=count=1, t=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, i=false
[2020-12-21 14:04:45:902] [84] GitService.findRepositoryForPath completed • 0 ms
[2020-12-21 14:04:45:902] [83] GitService.getRepository returned undefined • 0 ms
[2020-12-21 14:04:45:902] [85] GitService.getRepoPathCore — e=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, t=false
[2020-12-21 14:04:45:903] [c:\Githubdata\Build\Public] git rev-parse --show-toplevel • waiting...
[2020-12-21 14:04:45:937] [c:\Githubdata\Build\Public] git rev-parse --show-toplevel • 578 ms 
[2020-12-21 14:04:45:937] [c:\Githubdata\Build\Public] git rev-parse --show-toplevel • 34 ms (waited) 
[2020-12-21 14:04:45:937] [7b] GitService.getRepoPathCore completed • 579 ms
[2020-12-21 14:04:45:937] [85] GitService.getRepoPathCore completed • 34 ms
[2020-12-21 14:04:45:937] [75] GitService.getRepoPath returned c:/githubdata/Build • 581 ms
[2020-12-21 14:04:45:937] [82] GitService.getRepoPath returned c:/githubdata/Build • 35 ms
[2020-12-21 14:04:45:937] [74] GitUri.fromUri returned GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 581 ms
[2020-12-21 14:04:45:938] [87] GitService.getRepository — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-21 14:04:45:938] [81] GitUri.fromUri returned GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 35 ms
[2020-12-21 14:04:45:938] [88] FileHistoryTrackerNode.resetChild
[2020-12-21 14:04:45:938] [88] FileHistoryTrackerNode.resetChild completed • 0 ms
[2020-12-21 14:04:45:938] [80] FileHistoryTrackerNode.refresh returned false, uri=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 36 ms
[2020-12-21 14:04:45:938] [87] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-21 14:04:45:948] [8a] FileHistoryView.triggerNodeChange — e=FileHistoryTrackerNode
[2020-12-21 14:04:45:948] [8a] FileHistoryView.triggerNodeChange completed • 0 ms
[2020-12-21 14:04:45:948] [7f] FileHistoryView.refreshNode completed • 46 ms
[2020-12-21 14:04:45:948] [7e] FileHistoryTrackerNode.triggerChange completed • 46 ms
[2020-12-21 14:04:45:948] [7d] FileHistoryTrackerNode.triggerChange completed • 46 ms
[2020-12-21 14:04:46:043] [c:/githubdata/Build] git ls-files -- c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1 • 104 ms 
[2020-12-21 14:04:46:043] [89] GitService.isTracked returned true • 104 ms — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-21 14:04:46:043] [8b] GitService.getBlameForLine — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build), t=69
[2020-12-21 14:04:46:043] [8c] GitService.getBlameForFile — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-21 14:04:46:044] [8c] GitService.getBlameForFile Cache miss: 'blame'
[2020-12-21 14:04:46:044] [8c] GitService.getBlameForFile Cache add: 'blame'
[2020-12-21 14:04:46:045] [8d] GitService.isTracked returned true • 0 ms — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-21 14:04:46:075] [8e] FileHistoryTrackerNode.ensureSubscription
[2020-12-21 14:04:46:076] [8f] GitService.getBranch — e=c:/githubdata/Build
[2020-12-21 14:04:46:076] [90] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:076] [8e] FileHistoryTrackerNode.ensureSubscription completed • 0 ms
[2020-12-21 14:04:46:076] [90] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:46:076] [8f] GitService.getBranch completed • 0 ms
[2020-12-21 14:04:46:076] [91] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).ensureSubscription
[2020-12-21 14:04:46:076] [92] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).subscribe
[2020-12-21 14:04:46:077] [93] GitService.getRepository — e=GitUri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-21 14:04:46:077] [94] GitService.getBranchAheadRange — e=staging
[2020-12-21 14:04:46:078] [94] GitService.getBranchAheadRange completed • 0 ms
[2020-12-21 14:04:46:078] [95] GitService.getLogForFile — e=c:/githubdata/Build, t=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, i={"limit":40}
[2020-12-21 14:04:46:079] [96] GitService.getStatusForFile — e=c:/githubdata/Build, t=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1
[2020-12-21 14:04:46:139] [93] GitService.getRepository returned c:/githubdata/Build • 62 ms
[2020-12-21 14:04:46:140] [92] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).subscribe completed • 63 ms
[2020-12-21 14:04:46:140] [91] FileHistoryNode(gitlens:repository(c:/githubdata/Build):history:file(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)).ensureSubscription completed • 63 ms
[2020-12-21 14:04:46:223] [97] GitUri.fromUri — e=Uri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-21 14:04:46:223] [98] GitService.getRepoPath — e=Uri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-21 14:04:46:223] [99] GitService.getRepository — e=Uri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1), t={"skipCacheUpdate":true}
[2020-12-21 14:04:46:223] [9a] GitService.findRepositoryForPath — e=count=1, t=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, i=false
[2020-12-21 14:04:46:223] [9a] GitService.findRepositoryForPath completed • 0 ms
[2020-12-21 14:04:46:276] [c:/githubdata/Build] git status --porcelain=v2 --find-renames -- c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 • 196 ms 
[2020-12-21 14:04:46:277] [9c] GitStatusParser.parse completed • 0 ms
[2020-12-21 14:04:46:277] [96] GitService.getStatusForFile completed • 197 ms
[2020-12-21 14:04:46:320] [c:/githubdata/Build] git blame --root --incremental -w -- Public/Add-NestedImportStatement.ps1 • 274 ms 
[2020-12-21 14:04:46:320] [9d] GitService.getCurrentUser — c:/githubdata/Build
[2020-12-21 14:04:46:321] [9d] GitService.getCurrentUser completed • 0 ms
[2020-12-21 14:04:46:322] [9e] GitBlameParser.parse completed • 1 ms
[2020-12-21 14:04:46:322] [8c] GitService.getBlameForFile completed • 278 ms
[2020-12-21 14:04:46:323] [8b] GitService.getBlameForLine completed • 279 ms
[2020-12-21 14:04:46:323] [86] GitLineTracker.updateState returned true • 419 ms — e=69, t=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1
[2020-12-21 14:04:46:323] [9f] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[69-69], pending=false, reason=selection
[2020-12-21 14:04:46:323] [a0] LineAnnotationController.refresh
[2020-12-21 14:04:46:323] [a1] LineAnnotationController.clear completed • 0 ms
[2020-12-21 14:04:46:323] [9f] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-21 14:04:46:323] [a2] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[69-69], pending=false, reason=selection
[2020-12-21 14:04:46:323] [a2] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-21 14:04:46:324] [a3] GitService.getRichRemoteProvider
[2020-12-21 14:04:46:324] [a3] GitService.getRichRemoteProvider completed • 0 ms
[2020-12-21 14:04:46:327] [a0] LineAnnotationController.refresh completed • selection(s)=[69-69] • 3 ms
[2020-12-21 14:04:46:371] [c:/githubdata/Build] git ls-files -- c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 • 147 ms 
[2020-12-21 14:04:46:371] [9b] GitService.isTracked returned true • 148 ms — e=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, t=c:/githubdata/Build, i={"skipCacheUpdate":true}
[2020-12-21 14:04:46:372] [99] GitService.getRepository returned c:/githubdata/Build • 148 ms
[2020-12-21 14:04:46:372] [98] GitService.getRepoPath returned c:/githubdata/Build • 148 ms
[2020-12-21 14:04:46:372] [97] GitUri.fromUri returned GitUri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 148 ms
[2020-12-21 14:04:46:372] [a4] GitService.getRepository — e=GitUri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-21 14:04:46:372] [a4] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-21 14:04:46:503] [c:/githubdata/Build] git ls-files -- c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1 • 131 ms 
[2020-12-21 14:04:46:504] [a5] GitService.isTracked returned false • 131 ms — e=GitUri(file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-21 14:04:46:504] [95] GitService.getLogForFile Cache miss: 'log:n40'
[2020-12-21 14:04:46:504] [95] GitService.getLogForFile Cache add: 'log:n40'
[2020-12-21 14:04:46:504] [a6] GitService.isTracked returned false • 0 ms — e=c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, t=c:/githubdata/Build, i={}
[2020-12-21 14:04:46:504] [95] GitService.getLogForFile Skipping log; 'c:\githubdata\Build\c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1' is not tracked
[2020-12-21 14:04:46:504] [95] GitService.getLogForFile completed • 426 ms
[2020-12-21 14:04:46:868] [a7] GitService.getHighlanderRepoPath
[2020-12-21 14:04:46:868] [a7] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:46:868] [a8] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:46:868] [a9] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:868] [aa] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:869] [a9] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:46:869] [aa] GitService.getTags completed • 0 ms
[2020-12-21 14:04:46:869] [a8] GitService.getBranchesAndOrTags completed • 1 ms
[2020-12-21 14:04:46:914] [ab] GitService.getHighlanderRepoPath
[2020-12-21 14:04:46:914] [ab] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:46:914] [ac] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:46:914] [ad] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:914] [ae] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:914] [ad] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:46:914] [ae] GitService.getTags completed • 0 ms
[2020-12-21 14:04:46:914] [ac] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:46:916] [af] GitService.getHighlanderRepoPath
[2020-12-21 14:04:46:916] [af] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:46:916] [b0] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:46:916] [b1] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:916] [b2] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:916] [b1] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:46:917] [b2] GitService.getTags completed • 0 ms
[2020-12-21 14:04:46:917] [b0] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:46:975] [b3] GitService.getHighlanderRepoPath
[2020-12-21 14:04:46:975] [b3] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:46:975] [b4] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:46:975] [b5] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:976] [b6] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:976] [b5] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:46:976] [b6] GitService.getTags completed • 0 ms
[2020-12-21 14:04:46:976] [b4] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:46:989] [b7] GitService.getHighlanderRepoPath
[2020-12-21 14:04:46:989] [b7] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:46:989] [b8] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:46:989] [b9] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:989] [ba] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:46:990] [b9] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:46:990] [ba] GitService.getTags completed • 0 ms
[2020-12-21 14:04:46:990] [b8] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:035] [bb] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:035] [bb] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:035] [bc] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:035] [bd] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:035] [be] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:036] [bd] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:036] [be] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:036] [bc] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:036] [bf] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:036] [bf] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:036] [c0] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:036] [c1] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:037] [c2] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:037] [c1] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:037] [c2] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:037] [c0] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:605] [c3] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:605] [c3] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:605] [c4] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:605] [c5] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:605] [c6] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:605] [c5] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:605] [c6] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:606] [c4] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:680] [c7] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:680] [c7] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:680] [c8] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:680] [c9] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:680] [ca] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:680] [c9] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:680] [ca] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:680] [c8] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:694] [cb] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:694] [cb] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:694] [cc] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:694] [cd] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:694] [ce] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:695] [cd] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:695] [ce] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:695] [cc] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:712] [cf] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:712] [cf] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:712] [d0] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:712] [d1] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:712] [d2] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:712] [d1] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:713] [d2] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:713] [d0] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:730] [d3] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:730] [d3] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:730] [d4] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:730] [d5] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:730] [d6] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:730] [d5] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:730] [d6] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:730] [d4] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:746] [d7] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:746] [d7] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:746] [d8] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:746] [d9] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:746] [da] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:746] [d9] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:746] [da] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:746] [d8] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:763] [db] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:763] [db] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:763] [dc] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:763] [dd] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:763] [de] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:763] [dd] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:763] [de] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:763] [dc] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:780] [df] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:780] [df] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:780] [e0] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:780] [e1] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:780] [e2] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:780] [e1] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:780] [e2] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:780] [e0] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:879] [e3] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:879] [e3] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:879] [e4] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:879] [e5] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:879] [e6] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:879] [e5] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:879] [e6] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:880] [e4] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:47:912] [e7] GitService.getHighlanderRepoPath
[2020-12-21 14:04:47:912] [e7] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:47:912] [e8] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:47:912] [e9] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:912] [ea] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:47:912] [e9] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:47:912] [ea] GitService.getTags completed • 0 ms
[2020-12-21 14:04:47:912] [e8] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:48:013] [eb] GitService.getHighlanderRepoPath
[2020-12-21 14:04:48:013] [eb] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:48:013] [ec] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:48:013] [ed] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:48:013] [ee] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:48:013] [ed] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:48:013] [ee] GitService.getTags completed • 0 ms
[2020-12-21 14:04:48:014] [ec] GitService.getBranchesAndOrTags completed • 1 ms
[2020-12-21 14:04:48:029] [ef] GitService.getHighlanderRepoPath
[2020-12-21 14:04:48:029] [ef] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-21 14:04:48:029] [f0] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-21 14:04:48:029] [f1] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:48:029] [f2] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-21 14:04:48:029] [f1] GitService.getBranches completed • 0 ms
[2020-12-21 14:04:48:029] [f2] GitService.getTags completed • 0 ms
[2020-12-21 14:04:48:029] [f0] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-21 14:04:50:764] [f3] FileHistoryTrackerNode.onActiveEditorChanged
[2020-12-21 14:04:50:765] [f4] FileHistoryTrackerNode.triggerChange
[2020-12-21 14:04:50:765] [f5] FileHistoryTrackerNode.triggerChange — false, false
[2020-12-21 14:04:50:765] [f6] FileHistoryView.refreshNode — e=FileHistoryTrackerNode, t=false, i=false
[2020-12-21 14:04:50:765] [f7] FileHistoryTrackerNode.refresh — false
[2020-12-21 14:04:50:765] [f3] FileHistoryTrackerNode.onActiveEditorChanged completed • 0 ms
[2020-12-21 14:04:50:765] [f7] FileHistoryTrackerNode.refresh returned true • 0 ms
[2020-12-21 14:04:50:765] [f6] FileHistoryView.refreshNode completed • 0 ms
[2020-12-21 14:04:50:765] [f5] FileHistoryTrackerNode.triggerChange completed • 0 ms
[2020-12-21 14:04:50:765] [f4] FileHistoryTrackerNode.triggerChange completed • 0 ms
[2020-12-21 14:04:56:339] [f8] CommitsView.triggerNodeChange — e=CommitsViewNode
[2020-12-21 14:04:56:339] [f8] CommitsView.triggerNodeChange completed • 0 ms
[2020-12-21 14:04:56:347] [f9] CommitsRepositoryNode(gitlens:repository(c:/githubdata/Build)).ensureSubscription
[2020-12-21 14:04:56:347] [f9] CommitsRepositoryNode(gitlens:repository(c:/githubdata/Build)).ensureSubscription completed • 0 ms
[2020-12-21 14:04:56:347] [fa] GitService.getRepository — e=c:/githubdata/Build
[2020-12-21 14:04:56:378] [fa] GitService.getRepository returned c:/githubdata/Build • 30 ms
[2020-12-21 14:05:07:392] [fb] GitService.onWindowStateChanged — e={"focused":false}
[2020-12-21 14:05:07:392] [fb] GitService.onWindowStateChanged completed • 0 ms
[2020-12-21 14:05:16:484] [fc] GitService.onWindowStateChanged — e={"focused":true}
[2020-12-21 14:05:16:484] [fc] GitService.onWindowStateChanged completed • 0 ms

@fsackur
Copy link
Author

fsackur commented Dec 21, 2020

YAAAY I think I've figured out how to format collapsible code blocks in github!
<details><summary>Collapsible title goes here</summary><pre><code>Code here</pre></code></details>

@eamodio
Copy link
Member

eamodio commented Dec 23, 2020

@fsackur Hrm, something is definitely going wrong with some path manipulation -- e.g. file:///c:/githubdata/Build/c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1

Could you provide logs for GitLens starting up -- I want to look at the repository discovery code.

@eamodio eamodio added bug Something isn't working and removed potential-bug labels Dec 23, 2020
@eamodio eamodio added this to the Soonish™ milestone Dec 23, 2020
@fsackur
Copy link
Author

fsackur commented Dec 23, 2020

Output - GitLens

[2020-12-23 09:57:13:176] GitLens (v2020.12.2304): syncedVersion=2020.12.2304, previousVersion=2020.12.2304, gitlens:views:welcome:visible=false, gitlens:views:updates:visible=false
[2020-12-23 09:57:13:177] [1] GitService.initialize
[2020-12-23 09:57:13:177] [2] GitService.getBuiltInGitApi
[2020-12-23 09:57:13:193] [2] GitService.getBuiltInGitApi completed • 16 ms
[2020-12-23 09:57:13:325] Git found: 2.27.0.windows.1 @ C:\Program Files\Git\cmd\git.exe • 131 ms
[2020-12-23 09:57:13:325] [1] GitService.initialize completed • 147 ms
[2020-12-23 09:57:13:326] Starting repository search in 1 folders
[2020-12-23 09:57:13:326] [3] GitService.repositorySearch(c:\Githubdata\Build) searching (depth=1)...
[2020-12-23 09:57:13:326] [4] GitService.getRepoPathCore — e=c:\Githubdata\Build, t=true
[2020-12-23 09:57:13:338] [5] GitUri.fromUri — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-23 09:57:13:338] [6] GitService.getRepoPath — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1)
[2020-12-23 09:57:13:339] [7] GitService.getRepository — e=Uri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1), t={"skipCacheUpdate":true}
[2020-12-23 09:57:13:339] [8] LineAnnotationController.resume
[2020-12-23 09:57:13:339] [9] GitLineTracker.start
[2020-12-23 09:57:13:339] [9] GitLineTracker.start completed • 0 ms
[2020-12-23 09:57:13:339] [8] LineAnnotationController.resume completed • 0 ms
[2020-12-23 09:57:13:339] [a] LineAnnotationController.refresh
[2020-12-23 09:57:13:339] [b] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:13:340] [c] GitLineTracker.start
[2020-12-23 09:57:13:340] [c] GitLineTracker.start completed • 0 ms
[2020-12-23 09:57:13:340] [d] GitLineTracker.stop
[2020-12-23 09:57:13:340] [d] GitLineTracker.stop completed • 0 ms
[2020-12-23 09:57:13:352] GitLens (v2020.12.2304) activated • 176 ms
[2020-12-23 09:57:13:352] [a] LineAnnotationController.refresh completed • Skipped because there is no valid editor or no valid selections • 12 ms
[2020-12-23 09:57:13:355] [e] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=editor
[2020-12-23 09:57:13:355] [f] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:13:355] [e] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:13:355] [10] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=editor
[2020-12-23 09:57:13:355] [10] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:13:430] [c:\Githubdata\Build] git rev-parse --show-toplevel • 104 ms 
[2020-12-23 09:57:13:431] [4] GitService.getRepoPathCore completed • 104 ms
[2020-12-23 09:57:13:431] [3] GitService.repositorySearch(c:\Githubdata\Build) found root repository in 'c:/githubdata/Build'
[2020-12-23 09:57:13:433] [11] GitService.repositorySearchCore — e=c:\Githubdata\Build, t=1
[2020-12-23 09:57:13:436] [12] GitService.repositorySearchCore — e=c:\Githubdata\Build\.vscode, t=0
[2020-12-23 09:57:13:440] [12] GitService.repositorySearchCore completed • 3 ms
[2020-12-23 09:57:13:440] [13] GitService.repositorySearchCore — e=c:\Githubdata\Build\docs, t=0
[2020-12-23 09:57:13:440] [13] GitService.repositorySearchCore completed • 0 ms
[2020-12-23 09:57:13:440] [14] GitService.repositorySearchCore — e=c:\Githubdata\Build\Private, t=0
[2020-12-23 09:57:13:441] [14] GitService.repositorySearchCore completed • 0 ms
[2020-12-23 09:57:13:441] [15] GitService.repositorySearchCore — e=c:\Githubdata\Build\Public, t=0
[2020-12-23 09:57:13:441] [15] GitService.repositorySearchCore completed • 0 ms
[2020-12-23 09:57:13:441] [16] GitService.repositorySearchCore — e=c:\Githubdata\Build\Tests, t=0
[2020-12-23 09:57:13:442] [16] GitService.repositorySearchCore completed • 0 ms
[2020-12-23 09:57:13:442] [17] GitService.repositorySearchCore — e=c:\Githubdata\Build\Tools, t=0
[2020-12-23 09:57:13:442] [17] GitService.repositorySearchCore completed • 0 ms
[2020-12-23 09:57:13:442] [18] GitService.repositorySearchCore — e=c:\Githubdata\Build\wex_temp, t=0
[2020-12-23 09:57:13:442] [18] GitService.repositorySearchCore completed • 0 ms
[2020-12-23 09:57:13:442] [11] GitService.repositorySearchCore completed • 9 ms
[2020-12-23 09:57:13:442] [3] GitService.repositorySearch(c:\Githubdata\Build) searching in 'c:\Githubdata\Build'...
[2020-12-23 09:57:13:443] [3] GitService.repositorySearch(c:\Githubdata\Build) normalizedRepoPath=c:/Githubdata/Build, rootPath=c:/githubdata/Build
[2020-12-23 09:57:13:443] [19] GitService.getRepoPathCore — e=c:\Githubdata\Build, t=true
[2020-12-23 09:57:13:553] [c:\Githubdata\Build] git rev-parse --show-toplevel • 110 ms 
[2020-12-23 09:57:13:554] [19] GitService.getRepoPathCore completed • 111 ms
[2020-12-23 09:57:13:554] [3] GitService.repositorySearch(c:\Githubdata\Build) found repository in 'c:/githubdata/Build'
[2020-12-23 09:57:13:554] [3] GitService.repositorySearch(c:\Githubdata\Build) returned 2 repositories (c:/githubdata/Build, c:/githubdata/Build) • 228 ms
[2020-12-23 09:57:13:673] [c:/githubdata/Build] git remote -v • 117 ms 
[2020-12-23 09:57:13:675] [1b] GitRemoteParser.parse completed • 1 ms
[2020-12-23 09:57:13:676] [1c] GitService.getRichRemoteProvider — {"includeDisconnected":false}
[2020-12-23 09:57:13:676] [1c] GitService.getRichRemoteProvider completed • 0 ms
[2020-12-23 09:57:13:676] [1d] GitService.getRichRemoteProvider — {"includeDisconnected":true}
[2020-12-23 09:57:13:676] [1d] GitService.getRichRemoteProvider completed • 0 ms
[2020-12-23 09:57:13:679] [1e] GitService.findRepositoryForPath — e=count=1, t=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, i=false
[2020-12-23 09:57:13:679] [1e] GitService.findRepositoryForPath completed • 0 ms
[2020-12-23 09:57:13:679] [7] GitService.getRepository returned undefined • 340 ms
[2020-12-23 09:57:13:679] [1f] GitService.getRepoPathCore — e=c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1, t=false
[2020-12-23 09:57:13:783] [c:\Githubdata\Build\Public] git rev-parse --show-toplevel • 103 ms 
[2020-12-23 09:57:13:783] [1f] GitService.getRepoPathCore completed • 103 ms
[2020-12-23 09:57:13:783] [6] GitService.getRepoPath returned c:/githubdata/Build • 444 ms
[2020-12-23 09:57:13:783] [5] GitUri.fromUri returned GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build) • 444 ms
[2020-12-23 09:57:13:784] [20] GitService.getRepository — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-23 09:57:13:784] [20] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-23 09:57:13:870] [c:/githubdata/Build] git ls-files -- c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1 • 85 ms 
[2020-12-23 09:57:13:870] [21] GitService.isTracked returned true • 85 ms — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-23 09:57:13:870] [22] GitService.getBlameForLine — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build), t=54
[2020-12-23 09:57:13:870] [23] GitService.getBlameForFile — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-23 09:57:13:871] [23] GitService.getBlameForFile Cache miss: 'blame'
[2020-12-23 09:57:13:871] [23] GitService.getBlameForFile Cache add: 'blame'
[2020-12-23 09:57:13:871] [24] GitService.isTracked returned true • 0 ms — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-23 09:57:13:996] [c:/githubdata/Build] git blame --root --incremental -w -- Public/Add-NestedImportStatement.ps1 • 125 ms 
[2020-12-23 09:57:13:996] [25] GitService.getCurrentUser — c:/githubdata/Build
[2020-12-23 09:57:14:078] [c:/githubdata/Build] git config --get-regex ^user\. • 81 ms 
[2020-12-23 09:57:14:163] [c:/githubdata/Build] git check-mailmap Freddie Sackur  • 84 ms 
[2020-12-23 09:57:14:163] [25] GitService.getCurrentUser completed • 166 ms
[2020-12-23 09:57:14:164] [26] GitBlameParser.parse completed • 1 ms
[2020-12-23 09:57:14:164] [23] GitService.getBlameForFile completed • 293 ms
[2020-12-23 09:57:14:164] [22] GitService.getBlameForLine completed • 294 ms
[2020-12-23 09:57:14:164] [1a] GitLineTracker.updateState returned true • 558 ms — e=54, t=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1
[2020-12-23 09:57:14:165] [27] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[54-54], pending=false, reason=editor
[2020-12-23 09:57:14:165] [28] LineAnnotationController.refresh
[2020-12-23 09:57:14:165] [29] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:14:165] [27] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:14:165] [2a] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[54-54], pending=false, reason=editor
[2020-12-23 09:57:14:165] [2a] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:14:165] [2b] GitService.getRichRemoteProvider
[2020-12-23 09:57:14:165] [2b] GitService.getRichRemoteProvider completed • 0 ms
[2020-12-23 09:57:14:169] [28] LineAnnotationController.refresh completed • selection(s)=[54-54] • 3 ms
[2020-12-23 09:57:14:507] [2c] GitService.getHighlanderRepoPath
[2020-12-23 09:57:14:507] [2c] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-23 09:57:14:507] [2d] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-23 09:57:14:507] [2e] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:14:518] [2f] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:14:538] [30] GitService.getHighlanderRepoPath
[2020-12-23 09:57:14:539] [30] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-23 09:57:14:539] [31] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-23 09:57:14:539] [32] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:14:539] [c:/githubdata/Build] git for-each-ref --format=%3ch%3e%(HEAD)%3cn%3e%(refname)%3cu%3e%(upstream:short)%3ct%3e%(upstream:track)%3cr%3e%(objectname)%3cd%3e%(committerdate:iso8601) refs/heads refs/remotes • waiting...
[2020-12-23 09:57:14:540] [33] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:14:540] [c:/githubdata/Build] git tag -l --format=%3cn%3e%(refname)%3cr%3e%(if)%(*objectname)%(then)%(*objectname)%(else)%(objectname)%(end)%3cd%3e%(creatordate:iso8601)%3cad%3e%(authordate:iso8601)%3cs%3e%(subject) • waiting...
[2020-12-23 09:57:14:623] [c:/githubdata/Build] git for-each-ref --format=%3ch%3e%(HEAD)%3cn%3e%(refname)%3cu%3e%(upstream:short)%3ct%3e%(upstream:track)%3cr%3e%(objectname)%3cd%3e%(committerdate:iso8601) refs/heads refs/remotes • 115 ms 
[2020-12-23 09:57:14:623] [c:/githubdata/Build] git for-each-ref --format=%3ch%3e%(HEAD)%3cn%3e%(refname)%3cu%3e%(upstream:short)%3ct%3e%(upstream:track)%3cr%3e%(objectname)%3cd%3e%(committerdate:iso8601) refs/heads refs/remotes • 84 ms (waited) 
[2020-12-23 09:57:14:624] [34] GitBranchParser.parse completed • 0 ms
[2020-12-23 09:57:14:624] [35] GitService.getRepository — e=c:/githubdata/Build
[2020-12-23 09:57:14:624] [36] GitBranchParser.parse completed • 0 ms
[2020-12-23 09:57:14:624] [37] GitService.getRepository — e=c:/githubdata/Build
[2020-12-23 09:57:14:624] [35] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-23 09:57:14:624] [37] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-23 09:57:14:624] [2e] GitService.getBranches completed • 117 ms
[2020-12-23 09:57:14:624] [32] GitService.getBranches completed • 85 ms
[2020-12-23 09:57:14:628] [c:/githubdata/Build] git tag -l --format=%3cn%3e%(refname)%3cr%3e%(if)%(*objectname)%(then)%(*objectname)%(else)%(objectname)%(end)%3cd%3e%(creatordate:iso8601)%3cad%3e%(authordate:iso8601)%3cs%3e%(subject) • 110 ms 
[2020-12-23 09:57:14:628] [c:/githubdata/Build] git tag -l --format=%3cn%3e%(refname)%3cr%3e%(if)%(*objectname)%(then)%(*objectname)%(else)%(objectname)%(end)%3cd%3e%(creatordate:iso8601)%3cad%3e%(authordate:iso8601)%3cs%3e%(subject) • 88 ms (waited) 
[2020-12-23 09:57:14:629] [38] GitTagParser.parse completed • 0 ms
[2020-12-23 09:57:14:629] [39] GitService.getRepository — e=c:/githubdata/Build
[2020-12-23 09:57:14:629] [3a] GitTagParser.parse completed • 0 ms
[2020-12-23 09:57:14:629] [3b] GitService.getRepository — e=c:/githubdata/Build
[2020-12-23 09:57:14:629] [39] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-23 09:57:14:629] [3b] GitService.getRepository returned c:/githubdata/Build • 0 ms
[2020-12-23 09:57:14:629] [2f] GitService.getTags completed • 111 ms
[2020-12-23 09:57:14:629] [33] GitService.getTags completed • 89 ms
[2020-12-23 09:57:14:629] [2d] GitService.getBranchesAndOrTags completed • 122 ms
[2020-12-23 09:57:14:631] [31] GitService.getBranchesAndOrTags completed • 92 ms
[2020-12-23 09:57:15:168] [3c] GitService.getHighlanderRepoPath
[2020-12-23 09:57:15:168] [3c] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-23 09:57:15:168] [3d] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-23 09:57:15:168] [3e] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:15:169] [3f] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:15:169] [3e] GitService.getBranches completed • 0 ms
[2020-12-23 09:57:15:169] [3f] GitService.getTags completed • 0 ms
[2020-12-23 09:57:15:169] [3d] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-23 09:57:15:186] [40] GitService.getHighlanderRepoPath
[2020-12-23 09:57:15:186] [40] GitService.getHighlanderRepoPath completed • 0 ms
[2020-12-23 09:57:15:186] [41] GitService.getBranchesAndOrTags — e=c:/githubdata/Build
[2020-12-23 09:57:15:186] [42] GitService.getBranches — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:15:186] [43] GitService.getTags — e=c:/githubdata/Build, t={}
[2020-12-23 09:57:15:186] [42] GitService.getBranches completed • 0 ms
[2020-12-23 09:57:15:186] [43] GitService.getTags completed • 0 ms
[2020-12-23 09:57:15:186] [41] GitService.getBranchesAndOrTags completed • 0 ms
[2020-12-23 09:57:34:330] [44] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=selection
[2020-12-23 09:57:34:330] [45] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:34:330] [44] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:34:330] [46] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=undefined, pending=true, reason=selection
[2020-12-23 09:57:34:331] [46] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:34:581] [48] GitService.getBlameForLine — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build), t=62
[2020-12-23 09:57:34:581] [49] GitService.getBlameForFile — e=GitUri(file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1 repoPath=c:/githubdata/Build)
[2020-12-23 09:57:34:581] [49] GitService.getBlameForFile Cache hit: 'blame'
[2020-12-23 09:57:34:581] [49] GitService.getBlameForFile completed • 0 ms
[2020-12-23 09:57:34:581] [48] GitService.getBlameForLine completed • 0 ms
[2020-12-23 09:57:34:581] [47] GitLineTracker.updateState returned true • 0 ms — e=62, t=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1
[2020-12-23 09:57:34:582] [4a] LineAnnotationController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[62-62], pending=false, reason=selection
[2020-12-23 09:57:34:582] [4b] LineAnnotationController.refresh
[2020-12-23 09:57:34:582] [4a] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:34:582] [4c] LineHoverController.onActiveLinesChanged — e=editor=file:///c:/Githubdata/Build/Public/Add-NestedImportStatement.ps1, selections=[62-62], pending=false, reason=selection
[2020-12-23 09:57:34:582] [4c] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:34:583] [4d] GitService.getRichRemoteProvider
[2020-12-23 09:57:34:583] [4d] GitService.getRichRemoteProvider completed • 0 ms
[2020-12-23 09:57:34:585] [4b] LineAnnotationController.refresh completed • selection(s)=[62-62] • 3 ms
[2020-12-23 09:57:34:943] [4e] GitUri.fromUri — e=Uri(untitled:Untitled-1)
[2020-12-23 09:57:34:943] [4e] GitUri.fromUri returned GitUri(untitled:Untitled-1) • 0 ms
[2020-12-23 09:57:34:943] [4f] GitService.getRepository — e=GitUri(untitled:Untitled-1)
[2020-12-23 09:57:34:944] [50] GitService.findRepositoryForPath — e=count=1, t=Untitled-1, i=false
[2020-12-23 09:57:34:944] [50] GitService.findRepositoryForPath completed • 0 ms
[2020-12-23 09:57:34:944] [4f] GitService.getRepository returned undefined • 0 ms
[2020-12-23 09:57:34:944] [51] GitService.isTracked returned false • 0 ms — e=GitUri(untitled:Untitled-1)
[2020-12-23 09:57:34:945] [52] LineAnnotationController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=true, reason=editor
[2020-12-23 09:57:34:945] [53] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:34:945] [52] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:34:945] [54] LineHoverController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=true, reason=editor
[2020-12-23 09:57:34:945] [54] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:35:206] [55] GitLineTracker.updateState returned false • document is not blameable • 0 ms — e=0, t=untitled:Untitled-1
[2020-12-23 09:57:35:206] [56] LineAnnotationController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=false, reason=editor
[2020-12-23 09:57:35:206] [57] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:35:206] [56] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:35:206] [58] LineHoverController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=false, reason=editor
[2020-12-23 09:57:35:206] [58] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:35:508] [59] LineAnnotationController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=true, reason=selection
[2020-12-23 09:57:35:508] [5a] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:35:508] [59] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:35:508] [5b] LineHoverController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=true, reason=selection
[2020-12-23 09:57:35:508] [5b] LineHoverController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:35:771] [5d] GitUri.fromUri — e=Uri(untitled:Untitled-1)
[2020-12-23 09:57:35:771] [5d] GitUri.fromUri returned GitUri(untitled:Untitled-1) • 0 ms
[2020-12-23 09:57:35:771] [5e] GitService.getRepository — e=GitUri(untitled:Untitled-1)
[2020-12-23 09:57:35:772] [5f] GitService.findRepositoryForPath — e=count=1, t=Untitled-1, i=false
[2020-12-23 09:57:35:772] [5f] GitService.findRepositoryForPath completed • 0 ms
[2020-12-23 09:57:35:772] [5e] GitService.getRepository returned undefined • 0 ms
[2020-12-23 09:57:35:772] [60] GitService.isTracked returned false • 0 ms — e=GitUri(untitled:Untitled-1)
[2020-12-23 09:57:35:772] [5c] GitLineTracker.updateState returned false • document is not blameable • 1 ms — e=146, t=untitled:Untitled-1
[2020-12-23 09:57:35:773] [61] LineAnnotationController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=false, reason=selection
[2020-12-23 09:57:35:773] [62] LineAnnotationController.clear completed • 0 ms
[2020-12-23 09:57:35:773] [61] LineAnnotationController.onActiveLinesChanged completed • 0 ms
[2020-12-23 09:57:35:773] [63] LineHoverController.onActiveLinesChanged — e=editor=untitled:Untitled-1, selections=undefined, pending=false, reason=selection
[2020-12-23 09:57:35:773] [63] LineHoverController.onActiveLinesChanged completed • 0 ms
Output - GitLens (Git)

[2020-12-23 09:57:13:431] [c:\Githubdata\Build] git rev-parse --show-toplevel • 104 ms 
[2020-12-23 09:57:13:553] [c:\Githubdata\Build] git rev-parse --show-toplevel • 110 ms 
[2020-12-23 09:57:13:673] [c:/githubdata/Build] git remote -v • 117 ms 
[2020-12-23 09:57:13:783] [c:\Githubdata\Build\Public] git rev-parse --show-toplevel • 103 ms 
[2020-12-23 09:57:13:870] [c:/githubdata/Build] git ls-files -- c:\Githubdata\Build\Public\Add-NestedImportStatement.ps1 • 85 ms 
[2020-12-23 09:57:13:996] [c:/githubdata/Build] git blame --root --incremental -w -- Public/Add-NestedImportStatement.ps1 • 125 ms 
[2020-12-23 09:57:14:078] [c:/githubdata/Build] git config --get-regex ^user\. • 81 ms 
[2020-12-23 09:57:14:163] [c:/githubdata/Build] git check-mailmap Freddie Sackur  • 84 ms 
[2020-12-23 09:57:14:623] [c:/githubdata/Build] git for-each-ref --format=%3ch%3e%(HEAD)%3cn%3e%(refname)%3cu%3e%(upstream:short)%3ct%3e%(upstream:track)%3cr%3e%(objectname)%3cd%3e%(committerdate:iso8601) refs/heads refs/remotes • 115 ms 
[2020-12-23 09:57:14:623] [c:/githubdata/Build] git for-each-ref --format=%3ch%3e%(HEAD)%3cn%3e%(refname)%3cu%3e%(upstream:short)%3ct%3e%(upstream:track)%3cr%3e%(objectname)%3cd%3e%(committerdate:iso8601) refs/heads refs/remotes • 84 ms (waited) 
[2020-12-23 09:57:14:628] [c:/githubdata/Build] git tag -l --format=%3cn%3e%(refname)%3cr%3e%(if)%(*objectname)%(then)%(*objectname)%(else)%(objectname)%(end)%3cd%3e%(creatordate:iso8601)%3cad%3e%(authordate:iso8601)%3cs%3e%(subject) • 110 ms 
[2020-12-23 09:57:14:628] [c:/githubdata/Build] git tag -l --format=%3cn%3e%(refname)%3cr%3e%(if)%(*objectname)%(then)%(*objectname)%(else)%(objectname)%(end)%3cd%3e%(creatordate:iso8601)%3cad%3e%(authordate:iso8601)%3cs%3e%(subject) • 88 ms (waited) 

@github-actions github-actions bot added the inactive Issue has not had recent required feedback label Dec 31, 2020
@eamodio eamodio removed inactive Issue has not had recent required feedback needs-more-info Needs further information, steps, details, etc. labels Dec 31, 2020
@gitkraken gitkraken deleted a comment from github-actions bot Dec 31, 2020
@eamodio eamodio added the triage Needs to be looked at label Dec 31, 2020
@fsackur
Copy link
Author

fsackur commented Dec 31, 2020

Hi - were those logs not what you needed?

@eamodio
Copy link
Member

eamodio commented Jan 31, 2021

@fsackur sorry for the delay. From the logs, it looks like this is an issue with incorrect folder casing -- c:\Githubdata\Build vs c:\githubdata\Build. The folder c:\Githubdata\Build was opened in VS Code, but the folder on disk seems to be c:\githubdata\Build (notice the lowercase g).

There is a known issue with VS Code/Git on file systems that aren't case sensitive (Windows, macOS) -- it stems from VS Code not being able to get the correct casing of the folder/file on disk properly, so it basically just uses whatever casing you provide. And Git (unless you set the core.ignoreCase config setting to true) is expecting the casing to match exactly as on disk.

So to fix this either open the folder/workspace with the exact casing as it exists on disk, or change the Git config to set core.ignoreCase to true, by running git config --global core.ignoreCase true on the command line.

@eamodio eamodio added needs-more-info Needs further information, steps, details, etc. and removed triage Needs to be looked at labels Jan 31, 2021
@fsackur
Copy link
Author

fsackur commented Feb 1, 2021

Bingo!

Setting core.ignoreCase had no effect, even when I updated git to 2.30. But just ensuring I launched with the correct path made the difference.

Thanks!

I'd be willing to PR a doc update, but I don't see where it would fit (no obvious section in https://gitlens.amod.io/). Shall we just close this issue? It turns up in google searches.

@eamodio
Copy link
Member

eamodio commented Feb 1, 2021

Hrm, unsure why core.ignoreCase wouldn't work for you.

I will add the following notification if GitLens detects this case -- it likely won't be 100% but hopefully it will detect this issue more often than not.

image

@eamodio eamodio removed the needs-more-info Needs further information, steps, details, etc. label Feb 1, 2021
@eamodio eamodio self-assigned this Feb 1, 2021
@eamodio eamodio modified the milestones: Soonish™, Soon™ Feb 1, 2021
@eamodio eamodio added blocked Blocked or caused by an upstream issue or feature blocked: vscode Caused by or dependent on a VS Code issue or feature labels Feb 1, 2021
@eamodio eamodio closed this as completed in 1a4dafe Feb 2, 2021
@dbelanger
Copy link

After @eamodio added that popup yesterday, some of you will land here because you don't understand why this is suddenly happening. If you're opening the folder from the command line you're probably OK.

However, if you're using the Project Manager extension (like many of us multitaskers do), you'll need to "Edit Projects" from that extension. When the JSON file opens, you'll need to verify that the case of the "rootPath" for each project is correct. For the most part, a quick "find and replace" should fix you right up.

@eamodio eamodio removed this from the Soon™ milestone Feb 3, 2021
@eamodio eamodio added this to the Shipped milestone Feb 3, 2021
@github-actions
Copy link

github-actions bot commented Mar 5, 2021

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked: vscode Caused by or dependent on a VS Code issue or feature blocked Blocked or caused by an upstream issue or feature bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants