From e0d4dd053f79c0bd9fc68a029f2bb66d427c634e Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Wed, 7 Aug 2024 14:57:16 +0200 Subject: [PATCH] correct launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 44b7456..b44e2a8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "xmake", "request": "launch", "name": "Debug", - "target": "Blitz2", + "target": "Blitz2Client", "cwd": "${workspaceFolder}", } ]