Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233
  1. {
  2. // Use IntelliSense to learn about possible attributes.
  3. // Hover to view descriptions of existing attributes.
  4. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "name": ".NET Core Launch (web)",
  9. "type": "coreclr",
  10. "request": "launch",
  11. "preLaunchTask": "build",
  12. "program": "${workspaceFolder}/bin/Debug/net6.0/BlackRock.Reporting.API.dll",
  13. "args": [],
  14. "cwd": "${workspaceFolder}",
  15. "stopAtEntry": false,
  16. "serverReadyAction": {
  17. "action": "openExternally",
  18. "pattern": "\\bNow listening on:\\s+(https?://\\S+)"
  19. },
  20. "env": {
  21. "ASPNETCORE_ENVIRONMENT": "Development"
  22. },
  23. "sourceFileMap": {
  24. "/Views": "${workspaceFolder}/Views"
  25. }
  26. },
  27. {
  28. "name": ".NET Core Attach",
  29. "type": "coreclr",
  30. "request": "attach"
  31. }
  32. ]
  33. }