Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Respect hierarchicalDocumentSymbolSupport capability and don't return DocumentSymbol[] when the client can't handle it #1561

Open
jakebailey opened this issue Sep 17, 2019 · 0 comments
Labels
protocol LSP compliance

Comments

@jakebailey
Copy link
Member

We unconditionally return DocumentSymbol[] from our document symbol call, but the spec says we should only do this if the client says it can handle it; otherwise returning a flat list.

@jakebailey jakebailey added the protocol LSP compliance label Sep 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
protocol LSP compliance
Projects
None yet
Development

No branches or pull requests

1 participant