|
490 | 490 | } |
491 | 491 | }, |
492 | 492 |
|
| 493 | + /* |
493 | 494 | { |
494 | 495 | "presentation": { |
495 | 496 | "group": "9 Demo clients", |
|
502 | 503 | "console": "internalConsole", |
503 | 504 | "request": "launch", |
504 | 505 | "preLaunchTask": "build-explorer", |
505 | | - "cwd": "${workspaceFolder}/src/demos/clients/Net/CodeProject.AI.Explorer/", |
| 506 | + "cwd": "${workspaceFolder}/src/demos/clients/Net/AiExplorer/", |
506 | 507 | "env": { |
507 | 508 | "ASPNETCORE_ENVIRONMENT": "Development", |
508 | 509 | "RUNNING_IN_VSCODE": "true", |
509 | 510 | "DOTNET_NOLOGO": "true" |
510 | 511 | } |
511 | 512 | }, |
| 513 | + */ |
512 | 514 |
|
513 | 515 | { |
514 | 516 | "presentation": { |
515 | 517 | "group": "9 Demo clients", |
516 | 518 | // "order": 90 |
517 | 519 | }, |
518 | | - "name": "[Win] Run Explorer App", |
| 520 | + "name": "[Win] AI Explorer Demo", |
519 | 521 | "type": "coreclr", |
520 | 522 | "request": "launch", |
521 | | - "preLaunchTask": "build-explorer", |
| 523 | + "preLaunchTask": "build-ai-explorer", |
522 | 524 | "windows": { |
523 | | - "program": "${workspaceFolder}/src/demos/clients/Net/CodeProject.AI.Explorer/bin/Debug/net8.0-windows/CodeProject.AI.Explorer.exe", |
| 525 | + "program": "${workspaceFolder}/src/demos/clients/Net/AiExplorer/bin/Debug/net8.0-windows/AiExplorer.exe", |
524 | 526 | }, |
525 | 527 | "args": [], |
526 | 528 | "cwd": "${workspaceFolder}", |
|
533 | 535 | } |
534 | 536 | }, |
535 | 537 |
|
| 538 | + { |
| 539 | + "presentation": { |
| 540 | + "group": "9 Demo clients", |
| 541 | + // "order": 90 |
| 542 | + }, |
| 543 | + "name": "JSON client Demo", |
| 544 | + "type": "coreclr", |
| 545 | + "request": "launch", |
| 546 | + "preLaunchTask": "build-json-client", |
| 547 | + "program": "${workspaceFolder}/src/demos/clients/Net/JsonAPI/bin/Debug/net8.0/JsonAPI", |
| 548 | + "linux": { |
| 549 | + "program": "${workspaceFolder}/src/demos/clients/Net/JsonAPI/bin/Debug/net8.0/JsonAPI.dll", |
| 550 | + }, |
| 551 | + "osx": { |
| 552 | + "program": "${workspaceFolder}/src/demos/clients/Net/JsonAPI/bin/Debug/net8.0/JsonAPI.dll", |
| 553 | + }, |
| 554 | + "args": [], |
| 555 | + "cwd": "${workspaceFolder}/src/demos/clients/Net/JsonAPI/", |
| 556 | + "stopAtEntry": false, |
| 557 | + "console": "internalConsole", |
| 558 | + "env": { |
| 559 | + "ASPNETCORE_ENVIRONMENT": "Development", |
| 560 | + "RUNNING_IN_VSCODE": "true", |
| 561 | + "DOTNET_NOLOGO": "true" |
| 562 | + } |
| 563 | + }, |
| 564 | + |
536 | 565 | { |
537 | 566 | "presentation": { |
538 | 567 | "group": "9 Demo clients", |
|
0 commit comments