SuessLabs / VsLinuxDebug

VS Extension to remotely deploy and debug your .NET (Core) C# solutions directly to your Linux or Raspberry Pi devices! .NET Core 3.1, .NET 5, 6, 7, 8, 9
https://marketplace.visualstudio.com/items?itemName=SuessLabs.VSLinuxDebugger
MIT License
37 stars 8 forks source link

[2.0] Disable the switching of tabs during build #42

Closed HakanL closed 1 year ago

HakanL commented 1 year ago

Whenever I'm building my solution VS2022 is always switching to the "Linux Debugger" output, which is very annoying, since I want to see the build output as it has all the details. I just want the Linux Debugger output when I'm actually deploying to the linux device.

DamianSuess commented 1 year ago

@HakanL,

Thank you for the feature request, I can see how that can be non-favorable for those preferring the base build output instead.

If you haven't already, I can look into making this into an editable option for v2.0.

HakanL commented 1 year ago

Editable option would be great!

DamianSuess commented 1 year ago

@HakanL Your requested feature has been tested, validated, and merged. This feature will be available in the upcoming 2.0 release.

Thank you again for your enhancement contribution 👍

HakanL commented 1 year ago

I tested it in 2.01 now, but it's not working 100%. When I build a project it doesn't switch over to "Linux Debugger", which is good. But when I click the "Build and Deploy" button I want it to switch so I can see the result of the deployment, which it doesn't now, it just does the deployment in the background.