Skip to content

Commit 12c4741

Browse files
adilioTylerLeonhardt
authored andcommitted
Setting CommandExp ExcludeFilter to be empty array (#1738)
Fixes #1737
1 parent 3589f92 commit 12c4741

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
@@ -505,7 +505,7 @@
505505
},
506506
"powershell.sideBar.CommandExplorerExcludeFilter": {
507507
"type":"array",
508-
"default":"",
508+
"default":[],
509509
"description": "Specify array of Modules to exclude from Command Explorer listing."
510510
},
511511
"powershell.powerShellExePath": {

0 commit comments

Comments
 (0)