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

source control remote status (release "September 2021 (version 1.61)") #135085

Closed
eduardoRod opened this issue Oct 14, 2021 · 3 comments
Closed
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@eduardoRod
Copy link

Issue Type: Bug

When having multiple repositories open on source control tab (in this case 2), the status update repositories button, showing the local/remote commit difference shows the same info in both repositories.
Using the extension git graph, by oppening the tree view, both repos update the info (but always mirrored)

What should be:
repo_1 | branch | 4↓ 0↑
repo_2 | branch | 0↓ 2↑

is:
repo_1 | branch | 4↓ 0↑
repo_2 | branch | 4↓ 0↑
or:
repo_1 | branch | 0↓ 2↑
repo_2 | branch | 0↓ 2↑

The same info on the status bar is ok. By changing file, status bar shows the info of the correct repo.

VS Code version: Code 1.61.0 (ee8c7de, 2021-10-07T18:11:02.929Z)
OS version: Linux x64 5.11.0-37-generic
Restricted Mode: No

System Info
Item Value
CPUs 11th Gen Intel(R) Core(TM) i5-11600 @ 2.80GHz (12 x 941)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) 1, 1, 1
Memory (System) 7.54GB (0.48GB free)
Process Argv --unity-launch --crash-reporter-id 452fb114-f202-4cf1-9fa5-d244630af287
Screen Reader no
VM 0%
DESKTOP_SESSION cinnamon
XDG_CURRENT_DESKTOP X-Cinnamon
XDG_SESSION_DESKTOP cinnamon
XDG_SESSION_TYPE x11
Extensions (8)
Extension Author (truncated) Version
Doxygen bbe 1.0.0
vscode-doxygen-runner bet 1.7.2
bracket-pair-colorizer Coe 1.0.61
doxdocgen csc 1.3.2
vscode-drawio hed 1.6.2
doxygen-pack Isa 0.0.1
git-graph mhu 1.30.0
cpptools ms- 1.7.0
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
pythonvspyt602:30300191
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
pythonvspyt639:30300192
pythontb:30283811
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30358480
pythondataviewer:30285071
pythonvsuse255:30340121
vscod805cf:30301675
pythonvspyt200:30340761
binariesv615:30325510
vsccppwt:30378364
pythonvssor306:30344512
bridge0708:30335490
pygetstartedt2:30371810
dockerwalkthru:30377721
bridge0723:30353136
pythonrunftest32:30373476
pythonf5test824:30373475
javagetstartedc:30364665
pythonvspyt187:30373474
pydsgst2:30361792
vsqsis300:30374797
vsaa593:30376534
vssld246:30379911

@wtask
Copy link

wtask commented Oct 14, 2021

In my case, on every refresh for single repo - all info from this repo is applied to the others opened repos. So when I have 2 repos, one on master and second on branch, after refreshing first repo - all repos is showing master branch and shows branch for all repos if I click refresh for second

@gjsjohnmurray
Copy link
Contributor

/duplicate

See #134638 (comment) for a workaround.

Scheduled to be fixed in upcoming recovery release.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@gjsjohnmurray @eduardoRod @wtask and others