mirror of
https://github.com/microsoft/AI-Red-Teaming-Playground-Labs.git
synced 2026-02-12 17:22:49 +00:00
17 lines
486 B
JSON
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"
|
|
},
|
|
}
|
|
]
|
|
} |