Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove confusion about .NET Core Deprication
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