Skip to content

Commit 31ff94e

Browse files
corbobTylerLeonhardt
authored andcommitted
Add PowerShell Online Help lookup to context menu (#1391)
Addresses Issue #884
1 parent 8d65def commit 31ff94e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
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)