Skip to content

Commit

Permalink
Remove confusion about .NET Core Deprication
Browse files Browse the repository at this point in the history
In VSCode, creating a new launch config within launch.json with the template name Docker: .NET Core Attach (Preview) will create a config listed in the .NET Core section. I believe the quote saying "previous (Preview)" is deprecated is ambiguous, since the documentation doesn't say that the current version of the config available as a launch config template is still labeled as a preview. This let me to believe that the config I had added within my launch.json was the deprecated implementation.

I propose this simple change to clear up my original confusion.
See comment: microsoft/vscode-docker#2248 (comment)
  • Loading branch information
MarcusOy authored Aug 25, 2020
1 parent 0d63829 commit fab0f23
Showing 1 changed file with 2 additions and 2 deletions.
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)

0 comments on commit fab0f23

Please sign in to comment.