-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Description
OS: Windows
Build Version: 20200225.1
Regression: Not a Regression
Repro Steps:
- Switch to Windows Containers mode.
- Create a ASP .NET Core web app by "dotnet new mvc".
- Open this project in VS Code --> Prompt to add the required assets --> Yes.
- F1 --> Type and select "Docker: Add Docker Files to Workspace" --> ASP .NET Core --> Windows--> Include optional Docker Compose files --> Enter ports: the default 80,443.
- Right click the docker-compose.yml --> Select "Compose Up".
- Open launch.json file --> Add "Docker: .NET Core Attach (Preview)" configuration.
- Debug with "Docker: .NET Core Attach (Preview)" configuration.
Expect:
Succeed to debug.
Actual:
Fail to debug with error "Process exited with code 126".

Reactions are currently unavailable