mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 22:43:18 +00:00
create an assistant example task
It's ok if this is removed later
This commit is contained in:
parent
fa029b038e
commit
f0fdd7459f
1 changed files with 5 additions and 0 deletions
|
|
@ -3,5 +3,10 @@
|
|||
"label": "clippy",
|
||||
"command": "cargo",
|
||||
"args": ["xtask", "clippy"]
|
||||
},
|
||||
{
|
||||
"label": "assistant2",
|
||||
"command": "cargo",
|
||||
"args": ["run", "-p", "assistant2", "--example", "assistant_example"]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue