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:
no matching pull request metadata found for current branch undefinedno matching pull request metadata found for current branch undefinedno matching pull request metadata found for current branch masterwith VSCode March update, it's necessary to reload vscode because simply switching the source control provider will no cause GitHubPR to refresh its idea of current branch
I'm now having this same issue: one submodule and the top-level repository's PR's won't show up. I've tried reinstalling and reloading.
@matejcik is this still an issue for you?
I'm also experiencing this issue. Only the submodule PRs show up for me, the parent repo PRs never do.
I'm experiencing this as well. Same versions as @loginx
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(R) Core(TM) 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%|
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!
It works if I open a sibling of the submodule in a new VS Code window that does not contain any other submodule.
But that's not a good work around.
Closing as a duplicate of https://github.com/microsoft/vscode-pull-request-github/issues/436. This should be fixed in version 0.20.0 of the extension. Thanks!
Most helpful comment
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!