Skip to content

Commit

Permalink
Add PowerShell Online Help lookup to context menu (#1391)
Browse files Browse the repository at this point in the history
Addresses Issue #884
  • Loading branch information
corbob authored and Robert Holt committed Jul 11, 2018
1 parent cc14106 commit e414739
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@
"when": "resourceLangId == powershell",
"command": "PowerShell.RunSelection",
"group": "2_powershell"
},
{
"when": "resourceLangId == powershell",
"command": "PowerShell.OnlineHelp",
"group": "2_powershell"
}
]
},
Expand Down

0 comments on commit e414739

Please sign in to comment.