We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1257c commit 4b0b965Copy full SHA for 4b0b965
package.json
@@ -248,6 +248,11 @@
248
"command": "PowerShell.OpenExamplesFolder",
249
"title": "Open Examples Folder",
250
"category": "PowerShell"
251
+ },
252
+ {
253
+ "command": "PowerShell.InvokeRegisteredEditorCommand",
254
+ "title": "Invoke Registered Editor Command",
255
+ "category": "PowerShell"
256
}
257
],
258
"menus": {
@@ -259,6 +264,10 @@
259
264
{
260
265
"command": "PowerShell.RefreshCommandsExplorer",
261
266
"when": "config.powershell.sideBar.CommandExplorerVisibility"
267
268
269
270
+ "when": "false"
262
271
263
272
273
"editor/context": [
0 commit comments