We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a85fe9 commit 7bfcdf6Copy full SHA for 7bfcdf6
src/GitExtensions.AzureDevOpsCommitMessage/Plugin.cs
@@ -322,7 +322,7 @@ public override void Unregister(IGitUICommands gitUiCommands)
322
323
private void gitUiCommands_PreCommit(object sender, GitUIEventArgs e)
324
{
325
- if (!_enabledSettings.ValueOrDefault(Settings))
+ if (_httpClient == null || !_enabledSettings.ValueOrDefault(Settings))
326
327
return;
328
}
0 commit comments