You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor/centralize document symbol rendering (#2307)
* Abstract away `&DocumentSymbol' rendering
With microsoft/language-server-protocol#1130, the :detail? of
DocumentSymbols might become more complex, causing lots of breakage. As
such, abstracting away `&DocumentSymbol' rendering is needed.
This needs to be a public API, as `lsp-treemacs' also renders
DocumentSymbols. Bump the version because of that.
* CHANGELOG: add new entry for `lsp-render-symbol'
* Fix byte-compile warnings
* Don't make a new release
0 commit comments