Merge remote-tracking branch 'origin/dev' into fix/git-bash-shell-detection-on-windows
# Conflicts: # src/shared/shell-env.ts
This commit is contained in:
@@ -29,8 +29,8 @@ export function detectShellType(): ShellType {
|
||||
if (
|
||||
process.platform === "win32" &&
|
||||
(process.env.BASH_VERSION ||
|
||||
process.env.MSYSTEM ||
|
||||
process.env.WSL_DISTRO_NAME)
|
||||
process.env.MSYSTEM ||
|
||||
process.env.WSL_DISTRO_NAME)
|
||||
) {
|
||||
return "unix"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user