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

Show repository view doesn't show the view #710

Closed
RafaelSalguero opened this issue Apr 11, 2019 · 3 comments
Closed

Show repository view doesn't show the view #710

RafaelSalguero opened this issue Apr 11, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@RafaelSalguero
Copy link

GitLens output:
Note that executing the command doesn't generate any output

[2019-04-11 16:26:08:457] [1] GitService.initialize
[2019-04-11 16:26:08:457] [2] GitService.getBuiltInGitApi
[2019-04-11 16:26:08:566] [2] GitService.getBuiltInGitApi completed • 108 ms
[2019-04-11 16:26:08:645] Git found: 2.11.0.windows.1 @ C:\Program Files\Git\cmd\git.exe • 79 ms
[2019-04-11 16:26:08:645] [1] GitService.initialize completed • 188 ms
[2019-04-11 16:26:08:646] Starting repository search in 1 folders
[2019-04-11 16:26:08:646] [3] GitService.repositorySearch(c:\Users\rafael\Documents\Repos\Kea Integral\frontEnd) searching (depth=1)...
[2019-04-11 16:26:08:653] [4] LineAnnotationController.resume
[2019-04-11 16:26:08:653] [4] LineAnnotationController.resume completed • 0 ms
[2019-04-11 16:26:08:664] GitLens(v9.6.0) activated • 219 ms
[2019-04-11 16:26:08:760] [c:\Users\rafael\Documents\Repos\Kea Integral\frontEnd] git rev-parse --show-toplevel • 113 ms 
[2019-04-11 16:26:08:770] [3] GitService.repositorySearch(c:\Users\rafael\Documents\Repos\Kea Integral\frontEnd) found root repository in 'c:/Users/rafael/Documents/Repos/Kea Integral'
[2019-04-11 16:26:08:790] [3] GitService.repositorySearch(c:\Users\rafael\Documents\Repos\Kea Integral\frontEnd) returned 1 repositories (c:/Users/rafael/Documents/Repos/Kea Integral) • 143 ms — 
[2019-04-11 16:26:09:133] [c:/Users/rafael/Documents/Repos/Kea Integral] git remote -v • 138 ms 

GitLens (git) output:

[2019-04-11 16:26:08:760] [c:\Users\rafael\Documents\Repos\Kea Integral\frontEnd] git rev-parse --show-toplevel • 113 ms 
[2019-04-11 16:26:09:133] [c:/Users/rafael/Documents/Repos/Kea Integral] git remote -v • 138 ms 
  • GitLens Version:

9.6.0

  • VSCode Version:
    1.33.0
  • OS Version:
    Windows 10 Version 1803 (Build 17134.706)
    Steps to Reproduce:
  1. Open VSCode on any folder with git
  2. Run the "Show repositories view" command
  3. VSCode shows the following error in the notification area:
    Running the contributed command: 'gitlens.showRepositoriesView' failed.
@eamodio eamodio added needs-more-info Needs further information, steps, details, etc. type: potential bug labels Apr 12, 2019
@eamodio
Copy link
Member

eamodio commented Apr 12, 2019

@RafaelSalguero how are you running that command? From the command palette? I can't seem to reproduce that behavior. Can you run any other GitLens commands, like GitLens: Open Settings?

@eamodio
Copy link
Member

eamodio commented Apr 16, 2019

@RafaelSalguero I think I have figured out the issue -- do you have gitlens.views.repositories.enabled set to false in your vscode configuration? If so, that explains the issue, since GitLens doesn't even register the view if it is disabled. I will make a change in the next version to instead prompt you to enable the view in this case.

@eamodio eamodio added this to the Soon™ milestone Apr 17, 2019
@eamodio eamodio removed this from the Soon™ milestone Jul 19, 2019
@eamodio eamodio removed the needs-more-info Needs further information, steps, details, etc. label Sep 24, 2019
@github-actions
Copy link

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 Nov 28, 2020
@eamodio eamodio added bug Something isn't working and removed potential-bug labels Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants