From 056ff70925fe04032d70437cdfca896ae33995c0 Mon Sep 17 00:00:00 2001 From: "harry.cpp" Date: Fri, 22 Nov 2024 22:00:58 +0100 Subject: [PATCH] remove forgotten cwd arg --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ec7b84a09d0..749a12c1701 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,7 +32,6 @@ "request": "launch", "preLaunchTask": "Build: mgcb", "program": "${workspaceFolder}/Artifacts/MonoGame.Content.Builder/Debug/mgcb", - "cwd": "/Users/harry/Projects/ContentTest/", "console": "internalConsole", "stopAtEntry": false },