From 4c32bbe057e488b73f99a3ead4695a9e0d086938 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Thu, 5 Mar 2020 21:43:32 -0500 Subject: [PATCH] Update to PwSh Version 7 --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 77c8224..7331185 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,5 @@ "editor.insertSpaces": true, "editor.tabSize": 4, "powershell.codeFormatting.preset": "OTBS", - "terminal.integrated.shell.windows": "c:/Program Files/PowerShell/6/pwsh.exe" + "terminal.integrated.shell.windows": "c:/Program Files/PowerShell/7/pwsh.exe" }