We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652f7ec commit 412b60aCopy full SHA for 412b60a
package.json
@@ -235,6 +235,11 @@
235
"command": "PowerShell.OpenExamplesFolder",
236
"title": "Open Examples Folder",
237
"category": "PowerShell"
238
+ },
239
+ {
240
+ "command": "PowerShell.InvokeRegisteredEditorCommand",
241
+ "title": "Invoke Registered Editor Command",
242
+ "category": "PowerShell"
243
}
244
],
245
"menus": {
@@ -246,6 +251,10 @@
246
251
{
247
252
"command": "PowerShell.RefreshCommandsExplorer",
248
253
"when": "config.powershell.sideBar.CommandExplorerVisibility"
254
255
256
257
+ "when": "false"
249
258
250
259
260
"editor/context": [
0 commit comments