Files
claude-code/.vscode/launch.json
2026-04-07 16:13:15 +08:00

14 lines
246 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "bun",
"request": "attach",
"name": "Attach to Claude Code",
"url": "ws://localhost:8888/2dc3gzl5xot",
"stopOnEntry": false,
"internalConsoleOptions": "neverOpen"
}
]
}