Update PowerShell executable name in using-vscode.md (#5593)

This commit is contained in:
Dongbo Wang 2017-11-30 20:34:00 -08:00 committed by Travis Plunk
parent 130ec8bb81
commit 308d03e7a7

View file

@ -59,13 +59,13 @@ If you wish to use a specific installation of PowerShell with Visual Studio Code
```json
// On Windows:
"powershell.powerShellExePath": "c:/Program Files/PowerShell/<version>/powershell.exe"
"powershell.powerShellExePath": "c:/Program Files/PowerShell/<version>/pwsh.exe"
// On Linux:
"powershell.powerShellExePath": "/opt/microsoft/powershell/<version>/powershell"
"powershell.powerShellExePath": "/opt/microsoft/powershell/<version>/pwsh"
// On macOS:
"powershell.powerShellExePath": "/usr/local/microsoft/powershell/<version>/powershell"
"powershell.powerShellExePath": "/usr/local/microsoft/powershell/<version>/pwsh"
```
3. Replace the setting with the path to the desired PowerShell executable