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] Detect if cURL is installed, if not, install it. #27

Closed DamianSuess closed 2 years ago

DamianSuess commented 2 years ago

As a user, I want the system to detect if cURL is installed, and if not auto-install it.

Today, the system will fail to install VSDBG if cURL is not installed. This happens on freshly created (bare-bone) VMs.

DamianSuess commented 2 years ago

Item is in-progress