Update Launch.json

This commit is contained in:
2026-09-01 22:43:10 +02:00
parent 15463bc292
commit 4af83c3e68
+6 -5
View File
@@ -47,11 +47,12 @@
}
},
{
"name": "Desktop + API (gleichzeitig)",
"configurations": [
"Desktop App starten",
"API Server starten"
]
"name": "API Tests starten",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "API bauen",
"program": "${workspaceFolder}/LehrerApp.Api.Tests/bin/Debug/net10.0/LehrerApp.Api.Tests.dll",
"args": [],
}
],
"compounds": [