Update settings.json

Added VSCode option to change to PWSH core installed in default location
This commit is contained in:
2019-03-12 10:40:28 -04:00
parent 9ac72dc693
commit 5227ee55e6
+2 -1
View File
@@ -1,3 +1,4 @@
{
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"terminal.integrated.shell.windows": "c:/Program Files/PowerShell/6/pwsh.exe"
}