You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/linux/bin/code.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# Licensed under the MIT License. See License.txt in the project root for license information.
5
5
6
6
# test that VSCode wasn't installed inside WSL
7
-
if grep -qi Microsoft /proc/version;then
7
+
if grep -qi Microsoft /proc/version&& [ -z"$DONT_PROMPT_WSL_INSTALL" ];then
8
8
echo"To use VS Code with the Windows Subsystem for Linux, please install VS Code in Windows and uninstall the Linux version in WSL. You can then use the '@@PRODNAME@@' command in a WSL terminal just as you would in a normal command prompt."1>&2
9
9
read -e -p "Do you want to continue anyways ? [y/N] " YN
0 commit comments