Skip to content

Commit e414739

Browse files
corbobRobert Holt
authored and
Robert Holt
committed
Add PowerShell Online Help lookup to context menu (#1391)
Addresses Issue #884
1 parent cc14106 commit e414739

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@
163163
"when": "resourceLangId == powershell",
164164
"command": "PowerShell.RunSelection",
165165
"group": "2_powershell"
166+
},
167+
{
168+
"when": "resourceLangId == powershell",
169+
"command": "PowerShell.OnlineHelp",
170+
"group": "2_powershell"
166171
}
167172
]
168173
},

0 commit comments

Comments
 (0)