launch.json 268 B

12345678910111213
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Cocos-Debug",
  6. "type": "cocos",
  7. "request": "attach",
  8. "port": 5086,
  9. "address": "::1",
  10. "cwd": "${workspaceRoot}"
  11. }
  12. ]
  13. }