eclipse / openvsx

An open-source registry for VS Code extensions
https://open-vsx.org/
Eclipse Public License 2.0
1.26k stars 142 forks source link

Continue mirror extension versions even if one fails #942

Open hoangphamEclipse opened 5 months ago

hoangphamEclipse commented 5 months ago

Currently, the OpenVSX server stops mirroring extension version if one of the versions failed to be mirrored. This commit logs the mirror failure instead of throwing an error.

Fixes #923.

hoangphamEclipse commented 5 months ago

Added an error message to log when an extension version fail to mirror.