Skip to content

Commit 407caef

Browse files
committed
Provide IGitPlugin.Unregister method added since gitextensions 2.41.
The default implementation for GitPluginBase does nothing so just copied that here. Signed-off-by: Pat Thoyts <[email protected]>
1 parent 9a1216b commit 407caef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GitTfsPlugin.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ public void Register(IGitUICommands gitUiCommands)
2525

2626
}
2727

28+
public void Unregister(IGitUICommands gitUiCommands)
29+
{
30+
}
31+
2832
public bool Execute(GitUIBaseEventArgs gitUiCommands)
2933
{
3034
if (string.IsNullOrEmpty(gitUiCommands.GitModule.GitWorkingDir))

0 commit comments

Comments
 (0)