From f8b6ccdf5078fefc184b9f8b6aac48296b9a23c1 Mon Sep 17 00:00:00 2001 From: Adilio <21287462+adilio@users.noreply.github.com> Date: Mon, 28 Jan 2019 16:38:19 -0800 Subject: [PATCH] Setting CommandExp ExcludeFilter to be empty array Fixes https://github.com/PowerShell/vscode-powershell/issues/1737 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80aaa3f536..cd86b0cbfa 100644 --- a/package.json +++ b/package.json @@ -505,7 +505,7 @@ }, "powershell.sideBar.CommandExplorerExcludeFilter": { "type":"array", - "default":"", + "default":[], "description": "Specify array of Modules to exclude from Command Explorer listing." }, "powershell.powerShellExePath": {