Files
AI-Red-Teaming-Playground-L…/.vscode/launch.json
microsoft-github-operations[bot] 6659812f5b Initial commit
2025-05-18 06:12:26 -07:00

17 lines
486 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug CopilotChatWebApi",
"type": "coreclr",
"preLaunchTask": "build (CopilotChatWebApi)",
"request": "launch",
"program": "${workspaceFolder}/webapi/bin/Debug/net6.0/CopilotChatWebApi.dll",
"cwd": "${workspaceFolder}/webapi",
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
}
]
}