Skip to content

Commit

Permalink
Add PowerShell paths and default version (#101)
Browse files Browse the repository at this point in the history
* Add additional PowerShell executable paths
* Add default PowerShell version
  • Loading branch information
jamesbayley authored Feb 14, 2024
1 parent 042a0ad commit 9168243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"editor.rulers": [80]
},

"powershell.powerShellDefaultVersion": "7",
"powershell.powerShellAdditionalExePaths": {
"pwsh": "/usr/local/bin/pwsh"
},

"liveServer.settings.root": "/docs",
"liveServer.settings.file": "index.html",
"liveServer.settings.host": "localhost",
Expand Down

0 comments on commit 9168243

Please sign in to comment.