You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@luislhg - Apologies for the delayed response on this. I'd like to make sure I understand what you're asking. Reading your question, our assumption is that you have developed a VisualStudio.Extensibility extension and when you F5 debug that extension, you see the Experimental instance of VS launch with your extension loaded, and in that Experimental instance of VS, you'd like your test project to be loaded. Is that what you're looking for?
@tinaschrepfer
Thanks for the response.
Yes, that is correct.
I'd expect to have some way to specify a path to a solution, project or file, in which whenever I F5 debug my VisualStudio.Extensibility extension it automatically open the VS Experimental instance with that solution/project/file already being opened by the VS Experimental instance.
I believe this is a very common situation, when you are developing an extension for something you are probably going to be testing against some projects/files that you always have to keep opening everytime you start debugging the extension.
Something in a launchSettings.json would make sense to me, but anything that could help is appreciated.
@luislhg - Thanks for the clarification! This is a gap in our F5 debug experience and I've added this request to our backlog for future consideration. We will update this thread when we have more information to share.
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
The text was updated successfully, but these errors were encountered: