microsoft / VSExtensibility

A repo for upcoming changes to extensibility in Visual Studio, the new extensibility model, and language server protocol.
MIT License
351 stars 42 forks source link

How to add some sort of launch profile or automatize the debug Current Instance to auto load a project/solution #371

Open luislhg opened 1 month ago

luislhg commented 1 month ago

Hello, I've been trying the new VSExtensibility and it's waaaay better than the previous sdk/api!

I'm struggling on how to automatically load a project/solution whenever I start debuging my "Current Instance". Since everytime singletime I start debugging I must dig into some test projects... Tried to use Debug Launch passing as argument some test solution, but no luck.

Any tips are appreciated, thanks