diff --git a/package.json b/package.json index b0a2110855..e925ef7912 100644 --- a/package.json +++ b/package.json @@ -149,6 +149,15 @@ "category": "PowerShell" } ], + "menus": { + "editor/context": [ + { + "when": "resourceLangId == powershell", + "command": "PowerShell.RunSelection", + "group": "2_powershell" + } + ] + }, "snippets": [ { "language": "powershell",