diff --git a/.vscode/launch.json b/.vscode/launch.json index 01362e34..57bbdf1d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + + { + "name": "C#: <project-name> Debug", + "type": "dotnet", + "request": "launch", + "projectPath": "${workspaceFolder}/<relative-path-to-project-folder><project-name>.csproj" + }, { "name": "Debug Jest Tests on Nix", "type": "node",