From 1a9e02bc35d3d8a5ebb89a75d34cee40dc09fbce Mon Sep 17 00:00:00 2001 From: Abdiel Lopez <48071553+PaperPrototype@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:36:58 -0400 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 956c9960..36f8674e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,6 +24,16 @@ "cwd": "${workspaceFolder}", "stopAtEntry": false, "justMyCode": false + }, + { + "name": "Prowl.Editor (Release, No Debugger)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build: Prowl.Editor Release", + "program": "${workspaceFolder}/Build/Editor/Release/net10.0/Prowl.Editor.dll", + "args": [], + "cwd": "${workspaceFolder}", + "noDebug": true } ] }