launch.vs.json 349 B

1234567891011121314
  1. {
  2. "version": "0.2.1",
  3. "configurations": [
  4. {
  5. "type": "azurespheredbg",
  6. "name": "wolfssl_new_azsphere (HLCore)",
  7. "project": "CMakeLists.txt",
  8. "workingDirectory": "${workspaceRoot}",
  9. "applicationPath": "${debugInfo.target}",
  10. "imagePath": "${debugInfo.targetImage}",
  11. "partnerComponents": []
  12. }
  13. ]
  14. }