fix: docs update and correction
This commit is contained in:
41
.vscode/tasks.json
vendored
Normal file
41
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "gemini",
|
||||
"type": "shell",
|
||||
"command": "gemini",
|
||||
"options": {
|
||||
"shell": {
|
||||
"executable": "/bin/zsh",
|
||||
"args": [
|
||||
"-ilc"
|
||||
]
|
||||
}
|
||||
},
|
||||
"presentation": {
|
||||
"group": "ai-cli",
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "claude",
|
||||
"type": "shell",
|
||||
"command": "claude",
|
||||
"options": {
|
||||
"shell": {
|
||||
"executable": "/bin/zsh",
|
||||
"args": [
|
||||
"-ilc"
|
||||
]
|
||||
}
|
||||
},
|
||||
"presentation": {
|
||||
"group": "ai-cli",
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user