From b46f8088635e9ee981613a34fa937c7e3035ae41 Mon Sep 17 00:00:00 2001 From: corbob Date: Thu, 28 Jun 2018 19:22:53 -0700 Subject: [PATCH] Add PowerShell Online Help lookup to context menu Addresses Issue #884 --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 6616a98e8a..86da978aea 100644 --- a/package.json +++ b/package.json @@ -163,6 +163,11 @@ "when": "resourceLangId == powershell", "command": "PowerShell.RunSelection", "group": "2_powershell" + }, + { + "when": "resourceLangId == powershell", + "command": "PowerShell.OnlineHelp", + "group": "2_powershell" } ] },