MaskRay / vscode-ccls

ccls plugin for Visual Studio Code
122 stars 36 forks source link

Solves broken hierarchy windows #129

Open adam-flynn opened 2 years ago

adam-flynn commented 2 years ago

Solves broken hierarchy windows (e.g. call hierarchy), where after one execution future executions fail to update the window.

nights99 commented 1 year ago

I hit this constantly, and would be keen to get this fix in; I've compiled it locally and it seems to fix my problem. I could help push diffs to fix the build check problems, if @adam-flynn can give me access to the branch?

nights99 commented 1 year ago

I hit this constantly, and would be keen to get this fix in; I've compiled it locally and it seems to fix my problem. I could help push diffs to fix the build check problems, if @adam-flynn can give me access to the branch?

Nvm, I see this fix has made its way into the ccls-plus fork of this extension - I'll give that a go. Thanks for the fix.