Skip to content

Fix: correctly sort versions returned by latest endpoint in semantic order#1865

Merged
netomi merged 1 commit into
mainfrom
fix-sorting-latest-endpoint
May 22, 2026
Merged

Fix: correctly sort versions returned by latest endpoint in semantic order#1865
netomi merged 1 commit into
mainfrom
fix-sorting-latest-endpoint

Conversation

@netomi
Copy link
Copy Markdown
Contributor

@netomi netomi commented May 22, 2026

The versions as returned by the /vscode/.../latest endpoint were not sorted as expected by VSCode, leading to situations where not the latest version was installed.

This fixes #1861.

@netomi netomi changed the title Fix: sort versions returned by latest endpoint as VS Code expects it Fix: correctly sort versions returned by latest endpoint in semantic order May 22, 2026
@netomi netomi merged commit 47157b2 into main May 22, 2026
8 checks passed
@netomi netomi deleted the fix-sorting-latest-endpoint branch May 22, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/vscode/gallery/{publisher}/{name}/latest returns versions in ascending order, breaking VS Code's version filter

1 participant