👕 Remove log spam about extensions during add-on start

This commit is contained in:
Franck Nijhof 2020-02-16 11:05:35 +01:00
parent 43a10f5f35
commit 04e64acae4
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -23,7 +23,6 @@ fi
# Clean up copies of extensions we deliver from the persistent storage
while read -r ext; do
extension="${ext%%#*}"
echo "${extension,,}"
rm -f -r "/data/vscode/extensions/${extension,,}*"
done < /root/vscode.extensions