mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
code.sh: add quotes to export WSLENV
This commit is contained in:
@@ -37,7 +37,7 @@ else
|
||||
fi
|
||||
if [ $IN_WSL = true ]; then
|
||||
|
||||
export WSLENV=ELECTRON_RUN_AS_NODE/w:$WSLENV
|
||||
export WSLENV="ELECTRON_RUN_AS_NODE/w:$WSLENV"
|
||||
CLI=$(wslpath -m "$VSCODE_PATH/resources/app/out/cli.js")
|
||||
|
||||
# use the Remote WSL extension if installed
|
||||
|
||||
Reference in New Issue
Block a user