38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "ChatRoom",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build-ChatRoom",
|
|
"program": "${workspaceFolder}/ChatRoom/bin/Debug/net6.0/ChatRoom.dll",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/ChatRoom",
|
|
"console": "externalTerminal",
|
|
"stopAtEntry": false
|
|
},
|
|
{
|
|
"name": "Moderator",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build-Moderator",
|
|
"program": "${workspaceFolder}/Moderator/bin/Debug/net6.0/Moderator.dll",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/Moderator",
|
|
"console": "externalTerminal",
|
|
"stopAtEntry": false
|
|
},
|
|
{
|
|
"name": "Participant",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build-Participant",
|
|
"program": "${workspaceFolder}/Participant/bin/Debug/net6.0/Participant.dll",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/Participant",
|
|
"console": "externalTerminal",
|
|
"stopAtEntry": false
|
|
}
|
|
]
|
|
} |