correct launch.json

This commit is contained in:
2024-08-07 14:57:16 +02:00
parent 7b693c7d43
commit e0d4dd053f

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"type": "xmake",
"request": "launch",
"name": "Debug",
"target": "Blitz2",
"target": "Blitz2Client",
"cwd": "${workspaceFolder}",
}
]