Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove confusion about .NET Core Docker Config Deprication #3963

Merged
merged 1 commit into from
Sep 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/containers/debug-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Example `launch.json` configuration for debugging a Python application:

More information about debugging .NET Core applications within Docker containers can be found in [Debug .NET Core within Docker containers](/docs/containers/debug-netcore.md).

> The previous (Preview) .NET Core Docker debugging support is being deprecated. You can still find documentation on that support at [Debug .NET Core - Deprecated](https://github.com/microsoft/vscode-docker/wiki/Debug-NetCore-Deprecated).
> The previous (Preview) .NET Core Docker debugging support (utilizing `"type": "docker-coreclr"` instead of the current preview's `"type": "docker"`) is being deprecated. You can still find documentation on that support at [Debug .NET Core - Deprecated](https://github.com/microsoft/vscode-docker/wiki/Debug-NetCore-Deprecated).

Example `launch.json` configuration for debugging a .NET Core application:

Expand Down Expand Up @@ -168,4 +168,4 @@ Read on to learn more about:
- [Debugging Node.js within Docker containers](/docs/containers/debug-node.md)
- [Debugging Python within Docker containers](/docs/containers/debug-python.md)
- [Debugging .NET Core within Docker containers](/docs/containers/debug-netcore.md)
- [Debugging with Docker Compose](/docs/containers/docker-compose.md#debug)
- [Debugging with Docker Compose](/docs/containers/docker-compose.md#debug)