-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order of command palette entries can't be controlled from the server #19
Labels
bug
Something isn't working
Comments
planger
added a commit
that referenced
this issue
Dec 2, 2019
This ensures that the order is stable and allows the server to control the order of elements in the command palette on the client. Resolves #19
planger
added a commit
to eclipse-glsp/glsp-examples
that referenced
this issue
Dec 2, 2019
planger
added a commit
that referenced
this issue
Dec 2, 2019
This ensures that the order is stable and allows the server to control the order of elements in the command palette on the client. Resolves #19
planger
added a commit
that referenced
this issue
Dec 10, 2019
This ensures that the order is stable and allows the server to control the order of elements in the command palette on the client. Resolves #19
tortmayr
pushed a commit
that referenced
this issue
Dec 10, 2019
planger
added a commit
to eclipse-glsp/glsp-examples
that referenced
this issue
Dec 10, 2019
MatthiasHofstaetter
pushed a commit
to MatthiasHofstaetter/glsp-server
that referenced
this issue
Dec 21, 2024
…u items (eclipse-glsp#20) This ensures that the order is stable and allows the server to control the order of elements in the command palette on the client. Resolves eclipse-glsp#19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since we are using hash sets, the order of items in the command palette sent from the server to the client is random, which not only prevents the server from defining a certain order, but also lets the order be different everytime the client requests a new set of elements.
The text was updated successfully, but these errors were encountered: