From d5c3276d3c223565e89aa1db26fbbb2601c5e40e Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Mon, 19 Jun 2017 22:36:56 +0200 Subject: [PATCH] Changes to VS Code workspace settings file (#647) - Changes to xSQLServer - Changes to VS Code workspace settings file. Removed alignPropertyValuePairs setting since it does not align with the style guideline. --- .vscode/settings.json | 1 - CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6503aedf6..23945e400 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,6 @@ "powershell.codeFormatting.whitespaceAroundOperator": true, "powershell.codeFormatting.whitespaceAfterSeparator": true, "powershell.codeFormatting.ignoreOneLineBlock": false, - "powershell.codeFormatting.alignPropertyValuePairs": true, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true } diff --git a/CHANGELOG.md b/CHANGELOG.md index aae918a73..202b10fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ SHIFT+ALT+F, or press F1 and choose 'Format document' in the list. The PowerShell code will then be formatted according to the Style Guideline (although maybe not complete, but would help a long way). + - Removed alignPropertyValuePairs setting since it does not align with the style guideline. - Changes to xSQLServerHelper - Removed helper function Grant-ServerPerms because the deprecated resource that was using it was removed. - Removed helper function Grant-CNOPerms because the deprecated resource that was using it was removed.