launch.example.json 183 B

1234567891011
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "bun",
  6. "request": "attach",
  7. "name": "opencode (attach)",
  8. "url": "ws://localhost:6499/"
  9. }
  10. ]
  11. }