mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
👕 Remove log spam about extensions during add-on start
This commit is contained in:
parent
43a10f5f35
commit
04e64acae4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue