From 91f62f87ab96b6c5a0e10485e36ec9ff8362ff3a Mon Sep 17 00:00:00 2001 From: James Pogran Date: Thu, 3 Oct 2019 16:11:53 -0400 Subject: [PATCH] Surface Invoke Registered Editor Command This commit allows the `PowerShell.InvokeRegisteredEditorCommand` command to be accessible to the user in the Command Palette. --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index fbb93d38d8..520a3a47e2 100644 --- a/package.json +++ b/package.json @@ -235,6 +235,11 @@ "command": "PowerShell.OpenExamplesFolder", "title": "Open Examples Folder", "category": "PowerShell" + }, + { + "command": "PowerShell.InvokeRegisteredEditorCommand", + "title": "Invoke Registered Editor Command", + "category": "PowerShell" } ], "menus": { @@ -246,6 +251,10 @@ { "command": "PowerShell.RefreshCommandsExplorer", "when": "config.powershell.sideBar.CommandExplorerVisibility" + }, + { + "command": "PowerShell.InvokeRegisteredEditorCommand", + "when": "false" } ], "editor/context": [