diff --git a/resources/win32/bin/code.sh b/resources/win32/bin/code.sh index 745f2adb7aafccf4a02c846156f50268cf1f1241..54da18c898c13bfa5e1dff97c136a6d7e632431c 100644 --- a/resources/win32/bin/code.sh +++ b/resources/win32/bin/code.sh @@ -16,7 +16,7 @@ if grep -qi Microsoft /proc/version; then WSL_BUILD=0 fi - if [ $WSL_BUILD -ge 17063 ]; then + if [ $WSL_BUILD -ge 41955 -a $WSL_BUILD -lt 41959 ]; then # $WSL_DISTRO_NAME is available since WSL builds 18362, also for WSL2 # WSLPATH is available since WSL build 17046 # WSLENV is available since WSL build 17063