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:
Zireael
2026-04-18 22:59:25 +02:00
452 changed files with 53406 additions and 41739 deletions
+2 -2
View File
@@ -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"
}