I have .NET Core application in my WinOS machine, I containerized this app and running in WSL. Using VS Code, I can debug this container but what If I want this container to be running on remote machine and debug from my local machine.
Till now I found VS Code Remote extension pack, using this extensions I was able to debug container running locally and also dev containers.
Any suggestions will be highly appreciable. Thanks.