Skip to content

Commit 0def0af

Browse files
authored
Merge pull request #627 from daviwil/context-menu-run-selection
Add right-click context menu for Run Selection command
2 parents 1787bbb + aba483b commit 0def0af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@
149149
"category": "PowerShell"
150150
}
151151
],
152+
"menus": {
153+
"editor/context": [
154+
{
155+
"when": "resourceLangId == powershell",
156+
"command": "PowerShell.RunSelection",
157+
"group": "2_powershell"
158+
}
159+
]
160+
},
152161
"snippets": [
153162
{
154163
"language": "powershell",

0 commit comments

Comments
 (0)