We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c67d8 commit 798e32cCopy full SHA for 798e32c
1 file changed
resources/win32/bin/code.sh
@@ -34,7 +34,7 @@ if grep -qi Microsoft /proc/version; then
34
WSL_EXT_WLOC=$(cmd.exe /C type %TEMP%\\remote-wsl-loc.txt)
35
cd "$CWD"
36
else
37
- ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" --locate-extension $WSL_EXT_ID >/tmp/remote-wsl-loc.txt
+ ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" --locate-extension $WSL_EXT_ID >/tmp/remote-wsl-loc.txt 2>/dev/null
38
WSL_EXT_WLOC=$(cat /tmp/remote-wsl-loc.txt)
39
fi
40
if [ -n "$WSL_EXT_WLOC" ]; then
0 commit comments