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

[3.0] Optimize sync of project #45

Open HakanL opened 1 year ago

HakanL commented 1 year ago

My project is about 100 MB, it would be neat to have a way where VsLinuxDebug would only copy over modified files instead of delete and transfer the whole package.

DamianSuess commented 1 year ago

I agree with this request as a new feature. Unfortunately, it was cut from scope in the v1.x release.

You may be pleased to know, in the v2.0 release, more async operations (#40) are being performed so that Visual Studio does not freeze. The biggest bottleneck was the uploading of the deployment package.