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
With a function symbol selected, running the command pallet command ccls: Call Hierarchy will display call hierarchy of the function. Any further attempts to the use ccls: Call Hierarchy fail to update the call hierarchy pane.
Expected behavior
Call Hierarchy pane to be updated.
Steps to reproduce
Run command ccls: Call Hierarchy
Run it again
System information
ccls version (git describe --tags): ccls version 0.20190823.6-1~ubuntu1.20.04.1 clang version 10.0.0-4ubuntu1
OS: Ubuntu 20.04 LTS
Editor: VSCode 1.47.1
vscode-ccls version (git describe --tags): 0.1.29
The text was updated successfully, but these errors were encountered:
I've experienced the same problem with VSCode 1.48.2 and version 0.1.29 of the plugin. Downgrading the plugin to 0.1.28 solves the call-hierarchy issue, but not sure if it exposes some other problems.
Observed behavior
With a function symbol selected, running the command pallet command
ccls: Call Hierarchy
will display call hierarchy of the function. Any further attempts to the useccls: Call Hierarchy
fail to update the call hierarchy pane.Expected behavior
Call Hierarchy pane to be updated.
Steps to reproduce
ccls: Call Hierarchy
System information
git describe --tags
):ccls version 0.20190823.6-1~ubuntu1.20.04.1 clang version 10.0.0-4ubuntu1
git describe --tags
): 0.1.29The text was updated successfully, but these errors were encountered: