From a0bff0ef9296f80146d09370b75ad950fd787a31 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Tue, 13 Jun 2023 14:01:37 -0700 Subject: [PATCH] Update debugging-vscode.md (#87338) --- docs/workflow/debugging/libraries/debugging-vscode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/workflow/debugging/libraries/debugging-vscode.md b/docs/workflow/debugging/libraries/debugging-vscode.md index 5a33a4c2cdd..c8f8f2424d3 100644 --- a/docs/workflow/debugging/libraries/debugging-vscode.md +++ b/docs/workflow/debugging/libraries/debugging-vscode.md @@ -2,6 +2,7 @@ - Install [Visual Studio Code](https://code.visualstudio.com/) - Install the [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) +- Optionally install the [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) - Open the folder containing the source you want to debug in VS Code - i.e., if you are debugging a test failure in System.Net.Sockets, open `runtime/src/libraries/System.Net.Sockets` - Open the debug window: `ctrl-shift-D` or click on the button on the left - Click "create a launch.json file", select the option that includes `.NET Core` from the selection dropdown -- 2.34.1