claude-code/.vscode/launch.json

14 lines
325 B
JSON
Raw Permalink Normal View History

2026-04-03 01:11:14 +08:00
{
"version": "0.2.0",
"configurations": [
{
"type": "bun",
"request": "attach",
"name": "Attach to Bun (TUI debug)",
"url": "ws://localhost:8888/2dc3gzl5xot",
"stopOnEntry": false,
"internalConsoleOptions": "neverOpen"
}
]
}