Skip to content

Commit 4b0b965

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 5f1257c commit 4b0b965

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
@@ -248,6 +248,11 @@
248248
"command": "PowerShell.OpenExamplesFolder",
249249
"title": "Open Examples Folder",
250250
"category": "PowerShell"
251+
},
252+
{
253+
"command": "PowerShell.InvokeRegisteredEditorCommand",
254+
"title": "Invoke Registered Editor Command",
255+
"category": "PowerShell"
251256
}
252257
],
253258
"menus": {
@@ -259,6 +264,10 @@
259264
{
260265
"command": "PowerShell.RefreshCommandsExplorer",
261266
"when": "config.powershell.sideBar.CommandExplorerVisibility"
267+
},
268+
{
269+
"command": "PowerShell.InvokeRegisteredEditorCommand",
270+
"when": "false"
262271
}
263272
],
264273
"editor/context": [

0 commit comments

Comments
 (0)