docker.dotnet.debug
docker.dotnet.debug copied to clipboard
This is a sample that demonstrates how to debug dotnet core 2.0 console running in docker from vscode
Running docker run is not showing anything in console. Can you update "how to run" in readme?
Really nice Can you please update to vs code 1.25 seems most of it is deprecated
Hi, An option for allowing debugging without needing to recreate the container everytime is to use a volume to share `vsdbg` and the source code with the container. Given a...
Updated the tasks.json file using the new Tasks "2.0.0" format described in https://code.visualstudio.com/docs/editor/tasks