debug.json 156 B

12345678
  1. [
  2. {
  3. "label": "Debug native binary",
  4. "program": "$ZED_WORKTREE_ROOT/build/Debug/sandbox",
  5. "request": "launch",
  6. "adapter": "CodeLLDB"
  7. }
  8. ]