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 PRs displayed in a project with multiple submodules

See original GitHub issue
  • Extension version: 0.5.1
  • VSCode Version: 1.32.3
  • OS: Linux Mint x64

In a project with many submodules (this one), when I initially launch vscode, no pull requests would be shown.

Console says this: [Info] Review> no matching pull request metadata found for current branch undefined

The repo is on master branch, and possibly the submodules in detached-head state are confusing the plugin?

When I go to Git sidebar and switch to a different submodule and then back to the top-level one, the plugin recovers and successfully loads the list of PRs. The following output goes to the console:

  1. when launching vscode: no matching pull request metadata found for current branch undefined
  2. when switching to a detached-head submodule: no matching pull request metadata found for current branch undefined
  3. when switching back to top-level: no matching pull request metadata found for current branch master (but despite that last one, PRs load successfully)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:11
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
jaladh-singhalcommented, May 15, 2020

Is there any progress on this issue?

I’m facing same problem with a project having one submodule. Only submodule PRs/issues are shown, none of parent repository which is what I want!

2reactions
matt-forstercommented, May 31, 2019

I’m having the same issue - multi source workspace always defaults, and I cannot switch, even if I remove the other sources.

I have attempted on both the insiders and GA versions of VS Code.

Related issues:


Extension version: 0.7.0 VS Code version: Code 1.34.0 (a622c65b2c713c890fcf4fbf07cf34049d5fe758, 2019-05-15T21:59:22.738Z) OS version: Darwin x64 18.6.0


Extension version: 0.7.0 VS Code version: Code - Insiders 1.35.0-insider (4ca38ce5584d7cd67b435b3c32ef1240c6a29628, 2019-05-21T05:17:12.031Z) OS version: Darwin x64 18.6.0


System Info
Item Value
CPUs Intel® Core™ i7-7567U CPU @ 3.50GHz (4 x 3500)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 16.00GB (1.20GB free)
Process Argv
Screen Reader no
VM 0%
Read more comments on GitHub >

github_iconTop Results From Across the Web

Git Repo Multiple PRs with Submodules Best Practices
I have a project with one submodule, the structure looks like this: project (git repo) |- submodule (git repo) |- submodule_file.txt ...
Read more >
Pull Request Decorations Missing in Submodules - SonarCloud
Hello, I am using Bitbucket Cloud to analyze multiple C++ repositories, one of which is the parent/master repo. The rest are submodules ......
Read more >
Submodule feature branches and pull requests.
Submodule branches are listed in the pull request for the parent branch and the user can easily create new pull requests in the...
Read more >
Git - Submodules
Perhaps it's a library that a third party developed or that you're developing separately and using in multiple parent projects. A common issue...
Read more >
Build GitHub repositories - Azure Pipelines
2. OAuth, Your personal GitHub identity, No ... The app works with GitHub Checks to display build, test, and code coverage results in...
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