Update debugging-vscode.md (#87338)
authorDan Moseley <danmose@microsoft.com>
Tue, 13 Jun 2023 21:01:37 +0000 (14:01 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 21:01:37 +0000 (14:01 -0700)
docs/workflow/debugging/libraries/debugging-vscode.md

index 5a33a4c..c8f8f24 100644 (file)
@@ -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