We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a145fbf commit 769e5d2Copy full SHA for 769e5d2
1 file changed
resources/win32/bin/code.sh
@@ -11,7 +11,7 @@ VSCODE_PATH="$(dirname "$(dirname "$(realpath "$0")")")"
11
ELECTRON="$VSCODE_PATH/$NAME.exe"
12
if grep -qi Microsoft /proc/version; then
13
# in a wsl shell
14
- if ! [ -z "$WSL_DISTRO_NAME"]; then
+ if ! [ -z "$WSL_DISTRO_NAME" ]; then
15
# $WSL_DISTRO_NAME is available since WSL builds 18362, also for WSL2
16
WSL_BUILD=18362
17
else
0 commit comments