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 11:59:18 +02:00
2020-04-25 11:59:18 +02:00
2020-04-14 13:57:02 -04:00
2020-04-25 14:23:34 +02:00
2020-04-25 19:23:15 +00:00
2020-04-25 10:35:14 +00:00
2020-04-25 14:30:10 +00:00
2020-04-25 14:23:34 +02:00
2020-04-25 16:26:51 +00:00
2020-04-24 09:27:37 +08:00
2020-04-10 20:46:42 +02:00
2020-04-25 10:35:14 +00:00
2020-04-25 10:53:40 +00:00
2020-04-25 12:15:32 +02:00
2020-04-10 20:46:42 +02:00
2020-04-25 12:15:32 +02:00