Skip to content

Commit 20ba99e

Browse files
codacy
1 parent 75a58fb commit 20ba99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public async Task<PowerShellVersion> Handle(GetVersionParams request, Cancellati
5757

5858
if (VersionUtils.IsPS5 && _configurationService.CurrentSettings.PromptToUpdatePackageManagement)
5959
{
60-
await CheckPackageManagement();
60+
await CheckPackageManagement().ConfigureAwait(false);
6161
}
6262

6363
return new PowerShellVersion

0 commit comments

Comments
 (0)