In Theia-IDE how to sort Open VSX extensions shown in the "Extensions" tab by download count? #15811
Answered
by
msujew
AleksanderBobinski
asked this question in
Q&A
-
I know this is possible in VSCode but I can't quite find the button to do it in Theia-IDE. |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Jun 11, 2025
Replies: 2 comments
-
Hey @AleksanderBobinski, please open a feature request for this. Currently, Theia is not capable of specifying the sorting order when querying the vsx-registry: (note that the open-vsx server is capable of accepting a sort order - we just have to provide it in the query) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AleksanderBobinski
-
Thanks for the quick reply! I've created the request - #15812. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @AleksanderBobinski,
please open a feature request for this. Currently, Theia is not capable of specifying the sorting order when querying the vsx-registry:
theia/packages/vsx-registry/src/browser/vsx-extensions-model.ts
Line 60 in 8466753
(note that the open-vsx server is capable of accepting a sort order - we just have to provide it in the query)