I think I have found the reason.
Every C::B cbp(even it is a console project) will have a node shown in the wxSmith's item tree. The untitled node is from the "Clangd_client plugin", because it will create a dummy project.
I think we have to fix it.
Yes, clangd_client has a hidden "proxy" project.
But I don't understand what this has to do with wxSmith, or why it would show up in a wxSmith tree.
Can you explain this to me?
Can you tell me how to show it for myself.
Maybe I can "hide" it again.
Unfortunately, we need this hidden project in order for clangd_client to add "unowned" files that do not have a parent project.
Else we can't send them to clangd for parsing/analysis.