-
Notifications
You must be signed in to change notification settings - Fork 57
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
Document symbols broken (flat) from v1.9.25 #654
Comments
I'm looking at this. |
cristianoc
added a commit
that referenced
this issue
Dec 16, 2022
Fixes #654. The change in #629 moved to a non-deprecated representation of document symbol. The new representation is the "Ikea" version of the old one, where children symbol are not computed for you, but need to be provided. This PR computes and emits the tree of symbols using the `children` field.
Turns out a bunch of extra work is required now: #655 |
cristianoc
added a commit
that referenced
this issue
Dec 17, 2022
* Emit nested document symbols. Fixes #654. The change in #629 moved to a non-deprecated representation of document symbol. The new representation is the "Ikea" version of the old one, where children symbol are not computed for you, but need to be provided. This PR computes and emits the tree of symbols using the `children` field. * indent * Refactor code for indentation. * Update CHANGELOG.md * cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From version
1.9.25
the symbols in the document appear as a flat list and not nested.The text was updated successfully, but these errors were encountered: