Skip to content

Commit 07c52b9

Browse files
adilioTylerLeonhardt
authored andcommitted
Setting CommandExp ExcludeFilter to be empty array (PowerShell#1738)
Fixes PowerShell#1737
1 parent cc24c5a commit 07c52b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
},
505505
"powershell.sideBar.CommandExplorerExcludeFilter": {
506506
"type":"array",
507-
"default":"",
507+
"default":[],
508508
"description": "Specify array of Modules to exclude from Command Explorer listing."
509509
},
510510
"powershell.powerShellExePath": {

0 commit comments

Comments
 (0)