Code Insiders latest update break the code-insiders commands inisde WSL. Fixes #72260

This commit is contained in:
Martin Aeschlimann 2019-04-15 16:11:25 +02:00
parent 4be2b91873
commit 84b1474d09

View file

@ -5,6 +5,7 @@
COMMIT="@@COMMIT@@"
APP_NAME="@@APPNAME@@"
QUALITY="@@QUALITY@@"
NAME="@@NAME@@"
set -e
@ -22,6 +23,8 @@ if grep -qi Microsoft /proc/version; then
fi
fi
VSCODE_PATH="$(dirname "$(dirname "$(realpath "$0")")")"
if [ -x "$(command -v cygpath)" ]; then
CLI=$(cygpath -m "$VSCODE_PATH/resources/app/out/cli.js")
else