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
Specifically, I'm building an extension with a variadic entry point. The things under the variadic trees are completely different. I haven't figured out a way to make a different tree structure for the different top level nodes.
Dynamic children like that are not quite possible - when a node is expanded treemacs gathers a bunch of information based on the child-type just once, regardless of how many children are created.
Specifically, I'm building an extension with a variadic entry point. The things under the variadic trees are completely different. I haven't figured out a way to make a different tree structure for the different top level nodes.
To this effect, I tried putting
But it failed, I'm assuming because it is expecting a quoted symbol in
:child-type
The text was updated successfully, but these errors were encountered: