Ability to detect when the branch changes #71
Unanswered
StevenRasmussen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Wouldn't that be controlled by the source code provider, not VS itself? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know if there is a way to detect when the source control branch is changed with a solution already opened? I know that I can subscribe to the
SolutionEvents.Opened
event, but as I understand it this is not always fired when a branch changes as I believe there are some optimizations around whether to reload a solution/project.Beta Was this translation helpful? Give feedback.
All reactions