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
Update SCM input box with the selected co-author, selected co-authors stay and no error alert shows.
Actual behaviour:
The error appears and unselected co-authors disappear.
Reproduces how often:
For one Git repositories 95% of the time.
Multiple repositories, as long as you have one selected the issue does not appear. However, when you click in the input box it becomes unselected and the error appears.
Mitigation
Reloading the whole of VS Code mitigates the issue as long as you don't interact with the SCM at all.
Versions
mac OS Catalina
git-mob-vs-code version 1.10.0
git-mob version 1.1.0
git version 2.24.3
The text was updated successfully, but these errors were encountered:
It can still fail to add a co-author for multiple repositories. Put a try catch to ensure the co-author lists don't disappear when the error occurs.
#48
Description
When selecting a co-author an error appears "Cannot read property 'inputBox' of undefined".
This is an issue in the latest release of VS Code 1.51
Related bugs in VS Code logged which might fix the issue
Steps to Reproduce
Expected behaviour:
Update SCM input box with the selected co-author, selected co-authors stay and no error alert shows.
Actual behaviour:
The error appears and unselected co-authors disappear.
Reproduces how often:
For one Git repositories 95% of the time.
Multiple repositories, as long as you have one selected the issue does not appear. However, when you click in the input box it becomes unselected and the error appears.
Mitigation
Reloading the whole of VS Code mitigates the issue as long as you don't interact with the SCM at all.
Versions
The text was updated successfully, but these errors were encountered: