Skip to content

Commit 519651c

Browse files
add claude task
1 parent e13aa6a commit 519651c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@
1313
"kind": "build",
1414
"isDefault": true
1515
}
16+
},
17+
{
18+
"label": "Claude",
19+
"type": "shell",
20+
"command": "bash -ic claude",
21+
"icon": {
22+
"color": "terminal.ansiRed",
23+
"id": "robot"
24+
},
25+
"presentation": {
26+
"reveal": "always",
27+
"panel": "new",
28+
"focus": true
29+
},
30+
"group": {
31+
"kind": "none",
32+
"isDefault": true
33+
}
1634
}
1735
]
1836
}

0 commit comments

Comments
 (0)