eclipse / openvsx

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

Update last-updated-date of extensions whenever extension is changed #956

Open hoangphamEclipse opened 6 days ago

hoangphamEclipse commented 6 days ago

Currently, the last-updated-date is only updated when a new extension version is published. This causes the mirror to be out-of-sync with upstream whenever an extension version is deleted.

This commit updates the last-updated-date whenever an extension is changed, including the scenario above.

Fixes #955