You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
GitHub Extension for Visual Studio version: 2.3.7 (dev)
When I change to a new PR branch, the PullRequestSessionManager.CurrentSession property is no longer being updated.
I believe this is due to the change in the behavior ofITeamExplorerService.Subscribe. This now only fires when changing to a new repo, not when simply changing branches.
I've tried listening for property changed events on the localRepositoryModel object here:
Uh oh!
There was an error while loading. Please reload this page.
When I change to a new PR branch, the
PullRequestSessionManager.CurrentSession
property is no longer being updated.I believe this is due to the change in the behavior of
ITeamExplorerService.Subscribe
. This now only fires when changing to a new repo, not when simply changing branches.I've tried listening for property changed events on the
localRepositoryModel
object here:VisualStudio/src/GitHub.InlineReviews/Services/PullRequestSessionManager.cs
Line 181 in 562bac5
But no properties appear to change.
This is related to:
The text was updated successfully, but these errors were encountered: