Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Mar 24, 2020
1 parent f791030 commit fda75a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ public async Task<List<PSCommandMessage>> Handle(GetCommandParams request, Cance
_logger.LogDebug("Old version of PackageManagement detected. Attempting to update.");

var takeActionText = "Yes";
MessageActionItem messageAction = await _languageServer.Window.ShowMessage(new ShowMessageRequestParams()
MessageActionItem messageAction = await _languageServer.Window.ShowMessage(new ShowMessageRequestParams
{
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)?",
Type = MessageType.Warning,
Actions = new MessageActionItem[]
Actions = new []
{
new MessageActionItem
{
Expand Down

0 comments on commit fda75a5

Please sign in to comment.