From b7d54314ede014b2a6c96eff7a5f9df2854586d3 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Wed, 9 Jan 2019 00:27:37 +0000 Subject: [PATCH] Fix spacing of package.json after running Invoke-Build to not end up with local changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf8dfc092b..341b4623a3 100644 --- a/package.json +++ b/package.json @@ -479,7 +479,7 @@ "properties": { "powershell.sideBar.CommandExplorerVisibility": { "type": "boolean", - "default":true, + "default": true, "description": "Specifies the visibility of the Command Explorer in the PowerShell Side Bar." }, "powershell.powerShellExePath": {