====== Remote .NET Debugger Extension Release Notes ====== ===== 2026-01-28 v1.5 ===== * Performance improvements. ===== 2025-09-24 v1.4 ===== * Removed ''-p:PublishSingleFile=true'' to fix "Failed to load .NET Debugging Services" error. ===== 2025-07-21 v1.3 ===== * Added ''DOTNET_CLI_TELEMETRY_OPTOUT=1'' to environment variables. * Added ''DOTNET_NOLOGO=1'' to environment variables. * Add ability to run the application using ''sudo'' to run the application with elevated privileges. * Made vsdbg path default to ''/opt/Microsoft/vsdbg/vsdbg''. ===== 2025-06-04 v1.2 ===== * Added ''DOTNET_GCHeapHardLimitPercent=32'' to environment variables to work around [[https://github.com/dotnet/runtime/issues/95257|.NET Runtime bug 95257]] ===== 2025-04-29 v1.1 ===== * Default "Remote User" to current Windows username (i.e. ''%USERNAME%'') * Disabled password authentication to prevent the extension from freezing when ''ssh''/''scp'' prompts for a password from stdin. ===== 2025-04-25 v1.0 ===== * Initial Release