Skip to content

Commit 1e06fc4

Browse files
Update resources/linux/bin/code.sh
Co-authored-by: VoidNoire <18732253+VoidNoire@users.noreply.github.com>
1 parent c7ae20b commit 1e06fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/linux/bin/code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# test that VSCode wasn't installed inside WSL
77
if grep -qi Microsoft /proc/version && [ -z "$DONT_PROMPT_WSL_INSTALL" ]; then
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
8+
echo "To use @@PRODNAME@@ with the Windows Subsystem for Linux, please install @@PRODNAME@@ in Windows and uninstall the Linux version in WSL. You can then use the \`@@NAME@@\` command in a WSL terminal just as you would in a normal command prompt." 1>&2
99
printf "Do you want to continue anyway? [y/N] " 1>&2
1010
read -r YN
1111
YN=$(printf '%s' "$YN" | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)