mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 12:41:10 +00:00
chore: add test watch mode to zed command
This commit is contained in:
parent
46a647441b
commit
645b720222
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
// Static tasks configuration.
|
||||
//
|
||||
// Example:
|
||||
[
|
||||
{
|
||||
"label": "Test",
|
||||
"command": "deno test"
|
||||
},
|
||||
{
|
||||
"label": "Test - Watch",
|
||||
"command": "deno test --watch"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue