diff --git a/.vscode/launch.json b/.vscode/launch.json index 57bbdf1d..27b8946a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,14 @@ "request": "launch", "projectPath": "${workspaceFolder}/.csproj" }, + + + { + "name": "C#: Debug", + "type": "dotnet", + "request": "launch", + "projectPath": "${workspaceFolder}/.csproj" + }, { "name": "Debug Jest Tests on Nix", "type": "node",