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
It seems the plugin does not switch to VSHG on a mercurial repository.
It is because IsSccPackageInstalled(VSHGPackageIds) returns false
although VSHG plugin is installed obviously.
I tried modifying the plugin source code.
By using VSHGPackageIds as "DADADA00-dfd3-4e42-a61c-499121e136f3",
I got success to switch.
I wonder this ID should be used or not.
I'm using:
Source Control Switch (ver. 1.1.2)
VSHG 1.2.0.3
Easy Git Integration Tools (ver. 1.9.2)
Windows 10 pro./ 64bit / 20H2
VisualStudio 2019
The text was updated successfully, but these errors were encountered:
It seems the plugin does not switch to VSHG on a mercurial repository.
It is because
IsSccPackageInstalled(VSHGPackageIds)
returns falsealthough VSHG plugin is installed obviously.
I tried modifying the plugin source code.
By using
VSHGPackageIds
as"DADADA00-dfd3-4e42-a61c-499121e136f3"
,I got success to switch.
I wonder this ID should be used or not.
I'm using:
The text was updated successfully, but these errors were encountered: