Ubuntu – Can't debug remote docker on some machines from Visual Studio: VsDbgRemoteUnixLauncher only supports remote Unix machines
I have a .NET 7 application running in a Linux docker container, on an Ubuntu machine. I'm unable to attach Visual Studio (on Windows 11) to my application. I can connect to other .NET applications inside Docker on other Ubuntu…