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