microsoft / VSExtensibility

A repo for upcoming changes to extensibility in Visual Studio, the new extensibility model, and language server protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

luislhg opened this issue · comments

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