|
59 | 59 | "run-Sso", |
60 | 60 | "run-Icons", |
61 | 61 | "run-Billing", |
62 | | - "run-Notifications" |
| 62 | + "run-Notifications", |
63 | 63 | ], |
64 | 64 | "presentation": { |
65 | 65 | "hidden": false, |
|
204 | 204 | }, |
205 | 205 | "preLaunchTask": "buildSso", |
206 | 206 | }, |
| 207 | + { |
| 208 | + "name": "Seeder API", |
| 209 | + "configurations": [ |
| 210 | + "run-SeederAPI" |
| 211 | + ], |
| 212 | + "presentation": { |
| 213 | + "hidden": false, |
| 214 | + "group": "cloud", |
| 215 | + }, |
| 216 | + "preLaunchTask": "buildSeederAPI", |
| 217 | + }, |
207 | 218 | { |
208 | 219 | "name": "Admin Self Host", |
209 | 220 | "configurations": [ |
|
270 | 281 | }, |
271 | 282 | "preLaunchTask": "buildSso", |
272 | 283 | }, |
| 284 | + { |
| 285 | + "name": "Seeder API Self Host", |
| 286 | + "configurations": [ |
| 287 | + "run-SeederAPI-SelfHost" |
| 288 | + ], |
| 289 | + "presentation": { |
| 290 | + "hidden": false, |
| 291 | + "group": "self-host", |
| 292 | + }, |
| 293 | + "preLaunchTask": "buildSeederAPI", |
| 294 | + } |
273 | 295 | ], |
274 | 296 | "configurations": [ |
275 | 297 | // Configurations represent run-only scenarios so that they can be used in multiple compounds |
|
311 | 333 | "/Views": "${workspaceFolder}/Views" |
312 | 334 | } |
313 | 335 | }, |
| 336 | + { |
| 337 | + "name": "run-SeederAPI", |
| 338 | + "presentation": { |
| 339 | + "hidden": true, |
| 340 | + }, |
| 341 | + "requireExactSource": true, |
| 342 | + "type": "coreclr", |
| 343 | + "request": "launch", |
| 344 | + "program": "${workspaceFolder}/util/SeederApi/bin/Debug/net8.0/SeederApi.dll", |
| 345 | + "args": [], |
| 346 | + "cwd": "${workspaceFolder}/util/SeederApi", |
| 347 | + "stopAtEntry": false, |
| 348 | + "env": { |
| 349 | + "ASPNETCORE_ENVIRONMENT": "Development", |
| 350 | + }, |
| 351 | + "sourceFileMap": { |
| 352 | + "/Views": "${workspaceFolder}/Views" |
| 353 | + } |
| 354 | + }, |
314 | 355 | { |
315 | 356 | "name": "run-Billing", |
316 | 357 | "presentation": { |
|
488 | 529 | "/Views": "${workspaceFolder}/Views" |
489 | 530 | } |
490 | 531 | }, |
| 532 | + { |
| 533 | + "name": "run-SeederAPI-SelfHost", |
| 534 | + "presentation": { |
| 535 | + "hidden": true, |
| 536 | + }, |
| 537 | + "requireExactSource": true, |
| 538 | + "type": "coreclr", |
| 539 | + "request": "launch", |
| 540 | + "program": "${workspaceFolder}/util/SeederApi/bin/Debug/net8.0/SeederApi.dll", |
| 541 | + "args": [], |
| 542 | + "cwd": "${workspaceFolder}/util/SeederApi", |
| 543 | + "stopAtEntry": false, |
| 544 | + "env": { |
| 545 | + "ASPNETCORE_ENVIRONMENT": "Development", |
| 546 | + "ASPNETCORE_URLS": "http://localhost:5048", |
| 547 | + "developSelfHosted": "true", |
| 548 | + }, |
| 549 | + "sourceFileMap": { |
| 550 | + "/Views": "${workspaceFolder}/Views" |
| 551 | + } |
| 552 | + }, |
491 | 553 | { |
492 | 554 | "name": "run-Admin-SelfHost", |
493 | 555 | "presentation": { |
|
0 commit comments