bors[bot] 7021352dc2
Merge #4113 #4136 #4141 #4142
4113: Support returning non-hierarchical symbols r=matklad a=kjeremy

If `hierarchicalDocumentSymbolSupport` is not true in the client capabilites
then it does not support the `DocumentSymbol[]` return type from the
`textDocument/documentSymbol` request and we must fall back to `SymbolInformation[]`.

This is one of the few requests that use the client capabilities to
differentiate between return types and could cause problems for clients.

See https://github.com/microsoft/language-server-protocol/pull/538#issuecomment-442510767 for more context.

Found while looking at #144

4136: add support for cfg feature attributes on expression #4063 r=matklad a=bnjjj

close issue #4063

4141: Fix typo r=matklad a=Veetaha



4142: Remove unnecessary async from vscode language client creation r=matklad a=Veetaha



Co-authored-by: kjeremy <kjeremy@gmail.com>
Co-authored-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Co-authored-by: veetaha <veetaha2@gmail.com>
2020-04-25 19:23:15 +00:00
..
2020-04-25 14:23:34 +02:00
2020-04-25 16:27:34 +02:00
2020-04-25 20:49:51 +03:00
2020-04-25 14:23:34 +02:00
2020-04-15 09:29:36 +00:00
2020-03-25 19:35:46 +01:00
2020-04-17 13:56:42 +02:00
2020-04-25 14:23:34 +02:00
2020-04-13 08:19:19 -07:00
2020-04-09 18:48:13 +02:00
2020-04-25 14:23:34 +02:00
2020-04-10 20:26:47 +02:00
2020-04-25 14:23:34 +02:00
2020-04-17 13:56:42 +02:00