This commit is contained in:
Richard Sperry 2025-04-16 15:15:51 -07:00
parent 31fe87097d
commit 5a4caede3d

View file

@ -108,7 +108,6 @@ fi
# Ensure extensions path
if [ ! -e "$CODE_SERVER_EXTENSIONS_LIST" ]; then
bashio::log.error "CODE_SERVER_EXTENSIONS_LIST does not exist.."
bashio::log.error "CODE_SERVER_EXTENSIONS_LIST does not exist.."
cp "$DEFAULT_FILES_PATH/vscode.extensions" "$CODE_SERVER_EXTENSIONS_LIST"
fi