Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

26 lignes
1.1 KiB

  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. // Use IntelliSense to find out which attributes exist for C# debugging
  6. // Use hover for the description of the existing attributes
  7. // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
  8. "name": ".NET Core Launch (console)",
  9. "type": "coreclr",
  10. "request": "launch",
  11. "preLaunchTask": "build",
  12. // If you have changed target frameworks, make sure to update the program path.
  13. "program": "${workspaceFolder}/src/JT808.Protocol.Test/bin/Debug/net7.0/JT808.Protocol.Test.dll",
  14. "args": [],
  15. "cwd": "${workspaceFolder}/src/JT808.Protocol.Test",
  16. // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
  17. "console": "internalConsole",
  18. "stopAtEntry": false
  19. },
  20. {
  21. "name": ".NET Core Attach",
  22. "type": "coreclr",
  23. "request": "attach"
  24. }
  25. ]
  26. }