-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Load/Show subdirectories added to the project with add_subdirectory #149
Comments
Thanks for your patience. I haven't had the opportunity to check back for a while. This particular use case is one that I'm wanting to implement but will require support from VSCode upstream. They have an unstable/proposed API for custom tree views, and I'm hoping that it will get merged specifically so I can support project tree-views just like this. The API is currently in-development. This type of use-case will be the first thing I look at when (if) it gets merged. |
This is great news, I can hardly wait :D |
Good news: The May update should finally publicize a new custom-tree-explorer API. Should see this implemented in CMakeTools soon after. (Depending on how long it takes to get sorted) |
Any news on this? |
I was able to get a simple tree view for cmake projects started, but I never got the whole thing worked out. I'm hoping to address this after a current refactor. |
Hey! I've actually got a PR open for this now! Should see it done in 1.1.0. |
Hi,
I've used VSCode with Cmake Tools and I'm starting to love it. Actually the only reason stopping me from switching from QtCreator is the lack of this feature. If possible would be nice to have this feature. QtCreator loads also the Cmake files for the sub-projects and builds them if necessary. The attached image shows how QtCreator displays them.
Thanks,
Catalin
The text was updated successfully, but these errors were encountered: