mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "bun",
|
|
"request": "attach",
|
|
"name": "Attach to Claude Code",
|
|
"url": "ws://localhost:8888/2dc3gzl5xot",
|
|
"preLaunchTask": "Start Claude Code TUI",
|
|
"stopOnEntry": false,
|
|
"internalConsoleOptions": "neverOpen"
|
|
}
|
|
]
|
|
} |