From c6ce6231918b900d0160f0b66c3cf2cf8793b68e Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 7 May 2020 11:54:42 +0200 Subject: [PATCH] code-insiders.sh prompts me for WSL although I do want to start the Linux version. Fixes #96555 --- resources/linux/bin/code.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/linux/bin/code.sh b/resources/linux/bin/code.sh index 516c05e4ee0..8bb25311496 100755 --- a/resources/linux/bin/code.sh +++ b/resources/linux/bin/code.sh @@ -9,6 +9,7 @@ if grep -qi Microsoft /proc/version && [ -z "$DONT_PROMPT_WSL_INSTALL" ]; then read -e -p "Do you want to continue anyways ? [y/N] " YN [[ $YN == "n" || $YN == "N" || $YN == "" ]] && exit 1 + echo "To no longer see this prompt, start @@PRODNAME@@ with the environment variable DONT_PROMPT_WSL_INSTALL defined." fi