microsoft / VSSDK-Extensibility-Samples

Samples for building your own Visual Studio extensions
http://aka.ms/extendvs
MIT License
1.22k stars 452 forks source link

Open Folder custom build tool integration #249

Open kamrann opened 2 years ago

kamrann commented 2 years ago

Installed products

I've followed the instructions here in the documentation in an attempt to prototype an extension for adding integration for a custom toolchain (build2) within the Open Folder environment. Fundamentally, I'm blocked by a lack of any high level understanding of how the pieces are intended to fit together. A more fully featured example would really help.

I'd assume that maybe the built in CMake support in Open Folder is implemented via the same public APIs? If so, is there any chance of that being made available for reference at any point?