question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No GitHub Pull Requests and Issues in the sidebar, issues autocompletion and hover not working

See original GitHub issue
  • Extension version: v0.36.2
  • VSCode Version: 1.64.2 (Universal)
  • OS: macOS Monterey 12.1

I have Node.js project, GitHub repo, and a local VSCode with following plugins: ESLint, GitHub Codespaces, GitHub Pull Requests and Issues.

Problems:

  • There is no GitHub Pull Requests and Issues in the sidebar
  • When I start typing // # issues lookup is not triggered
  • There is no hover over issues in comment i.e. // TODO #7

Output from GitHub Pull Request:

[Info] /Users/xxxxxxx/.ssh/config: ENOENT: no such file or directory, open '/Users/xxxxxxx/.ssh/config'
[Info] Registering git provider
[Info] Looking for git repository
[Info] Found 0 repositories during activation
[Info] Git repository found, initializing review manager and pr tree view.
[Info] Repository file:///Users/xxxxxxx/Code/prototype has been opened
[Info] Review> Validate state in progress
[Info] Review> Validating state...
[Info] Cannot updates repositories as git is uninitialized
[Info] Git initialization state changed: state=initialized
[Info] Review> Queuing additional validate state
[Info] Review> Validating state...
[Info] No remotes found. The following remotes are missing: origin, upstream
[Info] No GitHub remotes found
[Info] Review> Queuing additional validate state
[Info] Repo state for file:///Users/xxxxxxx/Code/prototype changed.
[Info] Repo file:///Users/xxxxxxx/Code/prototype has already been setup.
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch testing-xxxxxxx
[Info] Review> no matching pull request metadata found on GitHub for current branch testing-xxxxxxx

Structure of the repo:

% git remote -v
origin  https://github.com/xxxxxxxxxx/prototype.git (fetch)
origin  https://github.com/xxxxxxxxxx/prototype.git (push)

% git branch   
  main
  testing-xxx
* testing-xxxxxxxxx

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jriekencommented, Apr 26, 2022

@jrieken for the editor.quickSuggestions question.

@rzhao271 @roblourens

0reactions
roblourenscommented, Apr 27, 2022

The type of that setting is boolean or object. So it can’t be rendered in the UI

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue hover/completion not working #2526 - GitHub
The hover does not work for me. In the log, I see: [Info] Looking for git repository [Info] Git repository found, initializing review...
Read more >
Documentation on hover not working #8348 - GitHub
Yes hover shouldn't work with remote. Only autocomplete as we get that from the jupyter server. Pylance isn't running on the remote machine...
Read more >
GitHub pull request view does not show up in side bar with ...
Steps to Reproduce: Install GitHub Pull Requests extension. Reload VS Code. Follow all the sign-in steps to grant GitHub Enterprise permissions ...
Read more >
Hover Documentation Pop up does not work after VSCode ...
Environment data VS Code version: 1.52.0 Jupyter Extension version (available under the Extensions sidebar): v2020.12.414227025 Python ...
Read more >
Bug: Chrome Autofill Hover removes Parent Hover ... - GitHub
Autofill on chrome removes hover from parent element causing unexpected animations ... bjhobson12 opened this issue on Jan 12 · 1 comment.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found