Skip to content

Commit fda75a5

Browse files
codacy
1 parent f791030 commit fda75a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ public async Task<List<PSCommandMessage>> Handle(GetCommandParams request, Cance
7575
_logger.LogDebug("Old version of PackageManagement detected. Attempting to update.");
7676

7777
var takeActionText = "Yes";
78-
MessageActionItem messageAction = await _languageServer.Window.ShowMessage(new ShowMessageRequestParams()
78+
MessageActionItem messageAction = await _languageServer.Window.ShowMessage(new ShowMessageRequestParams
7979
{
8080
Message = "You have a version of PackageManagement that causes issues with the PowerShell extension. Would you like to update PackageManagement (You will need to restart the PowerShell extension after)?",
8181
Type = MessageType.Warning,
82-
Actions = new MessageActionItem[]
82+
Actions = new []
8383
{
8484
new MessageActionItem
8585
{

0 commit comments

Comments
 (0)