mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
27 lines
486 B
JSON
27 lines
486 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Start Claude Code TUI",
|
|
"type": "shell",
|
|
"command": "bun run dev:inspect",
|
|
"isBackground": true,
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"focus": true,
|
|
"panel": "dedicated",
|
|
"clear": true
|
|
},
|
|
"problemMatcher": {
|
|
"pattern": {
|
|
"regexp": "^$"
|
|
},
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": ".*Bun Inspector.*",
|
|
"endsPattern": ".*Listening:.*"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |