Baidu
Baidu
Can you explain more on the desired feature or give an example? Just also share that, at Meta, users are expected to invoke VSGO via the vsgo.py, just because there...
Just FYI, the current implementation do have something similar, https://github.com/facebook/buck2/blob/1326540d64c3f6f5f78b91a1b000952093c57308/prelude/ide_integrations/visual_studio/main.bxl#L262-L272 Though that's applying globally rather than per target in your description. Totally agree that current way of blindly include all...
Bazel for IntelliJ has this same concept of "Project Views" https://ij.bazel.build/docs/project-views.html
I was mostly thinking in edge cases that the same target might get included from different path, e.g., ``` A -> B -> C A -> D -> C ```...
@zjturner Off topic here, but how is the adoption rate of VSGO at your workplace? Can you share any numbers of MAU/DAU? Asking as approaching PSC time here at Meta,...