Updated Bash on Windows to use wsl.exe as bash.exe is deprecated and updated the branding name (#3711)

This commit is contained in:
Michael James 2019-06-14 00:22:51 +01:00 committed by Benjamin Staneck
parent 734f63b577
commit 68639b6fd4

View file

@ -98,8 +98,8 @@ module.exports = {
// - Make sure to use a full path if the binary name doesn't work
// - Remove `--login` in shellArgs
//
// Bash on Windows
// - Example: `C:\\Windows\\System32\\bash.exe`
// Windows Subsystem for Linux (WSL) - previously Bash on Windows
// - Example: `C:\\Windows\\System32\\wsl.exe`
//
// PowerShell on Windows
// - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`