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] Update default VsDbg install path to the same as Visual Studio #30

Closed DamianSuess closed 1 year ago

DamianSuess commented 2 years ago

Update the default VSDBG install path from ./vsdbg to be the same as Visual Studio's; ~/.vs-debugger/vs2022 and place the GetVsDbg.sh file in the .vs-debugger folder.

DamianSuess commented 2 years ago

Reference PR: #28