mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
code-insiders.sh prompts me for WSL although I do want to start the Linux version. Fixes #96555
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user