Update resources/linux/bin/code.sh

Co-authored-by: VoidNoire <18732253+VoidNoire@users.noreply.github.com>
This commit is contained in:
João Moreno 2020-06-21 17:12:10 +02:00 committed by GitHub
parent 1e06fc4859
commit 38e500687d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ if [ "$(id -u)" = "0" ]; then
esac
done
if [ -z $CAN_LAUNCH_AS_ROOT ]; then
echo "You are trying to start VS Code as a super user which isn't recommended. If this was intended, please specify an alternate user data directory using the \`--user-data-dir\` argument." 1>&2
echo "You are trying to start @@PRODNAME@@ as a super user which isn't recommended. If this was intended, please specify an alternate user data directory using the \`--user-data-dir\` argument." 1>&2
exit 1
fi
fi