mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
wsl2 workaround no longer necessary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user