You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
Extend `sortReply` to work with keys nested in objects
inside JSON array. With this sort complex reply JSON to have
more stable tests.
For instance
```json
"sortReply": {"result": {"range": {"start": "line"}}}
```
will sort `result` JSON array using `X.range.start.line` as
a sorting key, where `X` is an array item.
Allow integer JSON values as sorting keys also.