Skip to content
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

Alphabetical sort in Outline incompatible with large array of JSON objects #1616

Open
nitind opened this issue Jul 1, 2024 · 1 comment
Open

Comments

@nitind
Copy link

nitind commented Jul 1, 2024

With alphabetical sorting enabled, long arrays of JSON objects will sort the index numbers alphabetically as well as the object properties, so while the properties look as intended, the array contents show up as 0, 1, 10, 11..19, 2, 20, 21, etc.

org.eclipse.wildwebdeveloper, Version: 1.2.2.202405280856
org.eclipse.tm4e.ui, Version: 0.12.0.202405210827

[
	{"node":  "0"},
	{"node":  "1"},
	{"node":  "2"},
	{"node":  "3"},
	{"node":  "4"},
	{"node":  "5"},
	{"node":  "6"},
	{"node":  "7"},
	{"node":  "8"},
	{"node":  "9"},
	{"node": "10"},
	{"node": "11"},
	{"node": "12"},
	{"node": "13"},
	{"node": "14"},
	{"node": "15"},
	{"node": "16"},
	{"node": "17"},
	{"node": "18"},
	{"node": "19"},
	{"node": "20"},
	{"node": "21"},
	{"node": "22"}
]
@mickaelistria
Copy link
Contributor

This is most likely an issue upstream in LSP4E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants