feat: 完成 debug 配置

This commit is contained in:
claude-code-best
2026-04-03 01:11:14 +08:00
parent e48da3956c
commit 1f0a2e44c8
3 changed files with 33 additions and 0 deletions

13
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "bun",
"request": "attach",
"name": "Attach to Bun (TUI debug)",
"url": "ws://localhost:8888/2dc3gzl5xot",
"stopOnEntry": false,
"internalConsoleOptions": "neverOpen"
}
]
}