Skip to content

Commit 412b60a

Browse files
James PogranTylerLeonhardt
James Pogran
authored andcommitted
Surface Invoke Registered Editor Command (#2225)
This commit allows the `PowerShell.InvokeRegisteredEditorCommand` command to be accessible to the user in the Command Palette.
1 parent 652f7ec commit 412b60a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@
235235
"command": "PowerShell.OpenExamplesFolder",
236236
"title": "Open Examples Folder",
237237
"category": "PowerShell"
238+
},
239+
{
240+
"command": "PowerShell.InvokeRegisteredEditorCommand",
241+
"title": "Invoke Registered Editor Command",
242+
"category": "PowerShell"
238243
}
239244
],
240245
"menus": {
@@ -246,6 +251,10 @@
246251
{
247252
"command": "PowerShell.RefreshCommandsExplorer",
248253
"when": "config.powershell.sideBar.CommandExplorerVisibility"
254+
},
255+
{
256+
"command": "PowerShell.InvokeRegisteredEditorCommand",
257+
"when": "false"
249258
}
250259
],
251260
"editor/context": [

0 commit comments

Comments
 (0)