From ccfe1b46326b21536e13075a381ed0b0d91088c3 Mon Sep 17 00:00:00 2001
From: Arkkkky <waterlife666@icloud.com>
Date: Thu, 4 Apr 2024 20:25:13 -0400
Subject: [PATCH] Update launch.json

---
 .vscode/launch.json | 7 +++++++
 1 file changed, 7 insertions(+)

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",