11{
22 "version" : " 0.2.0" ,
33 "configurations" : [
4- {
5- "name" : " TestServer Launch" ,
6- "type" : " coreclr" ,
7- "request" : " launch" ,
8- "preLaunchTask" : " Build" ,
9- "program" : " ${workspaceFolder}/src/TestServer/bin/Debug/net6.0/TestServer.dll" ,
10- "cwd" : " ${workspaceFolder}/src/TestServer/bin/Debug/net6.0/" ,
11- "internalConsoleOptions" : " openOnSessionStart" ,
12- "env" :
134 {
14- "ASPNETCORE_ENVIRONMENT" : " Development"
5+ "name" : " TestServer Launch" ,
6+ "type" : " coreclr" ,
7+ "request" : " launch" ,
8+ "preLaunchTask" : " Build" ,
9+ "program" : " ${workspaceFolder}/src/TestServer/bin/Debug/net8.0/TestServer.dll" ,
10+ "cwd" : " ${workspaceFolder}/src/TestServer/bin/Debug/net8.0/" ,
11+ "internalConsoleOptions" : " openOnSessionStart" ,
12+ "env" : {
13+ "ASPNETCORE_ENVIRONMENT" : " Development"
14+ }
15+ },
16+ {
17+ "name" : " TestClient Launch" ,
18+ "type" : " coreclr" ,
19+ "request" : " launch" ,
20+ "preLaunchTask" : " Build" ,
21+ "program" : " ${workspaceFolder}/src/TestClient/bin/Debug/net8.0/TestClient.dll" ,
22+ "cwd" : " ${workspaceFolder}/src/TestClient/bin/Debug/net8.0/" ,
23+ "internalConsoleOptions" : " openOnSessionStart"
1524 }
16- },
17- {
18- "name" : " TestClient Launch" ,
19- "type" : " coreclr" ,
20- "request" : " launch" ,
21- "preLaunchTask" : " Build" ,
22- "program" : " ${workspaceFolder}/src/TestClient/bin/Debug/net6.0/TestClient.dll" ,
23- "cwd" : " ${workspaceFolder}/src/TestClient/bin/Debug/net6.0/" ,
24- "internalConsoleOptions" : " openOnSessionStart"
25- }]
25+ ]
2626}
0 commit comments