From 6b6816a2f23ee5cd2a7121db88f91967cec0b7d4 Mon Sep 17 00:00:00 2001 From: Arkkkky Date: Tue, 23 Apr 2024 05:04:29 -0400 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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",