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 GitHub
parent b5f84c2b39
commit ff8679b344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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