mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 20:51:11 +00:00
10 lines
133 B
JSON
10 lines
133 B
JSON
[
|
|
{
|
|
"label": "Test",
|
|
"command": "deno test"
|
|
},
|
|
{
|
|
"label": "Test - Watch",
|
|
"command": "deno test --watch"
|
|
}
|
|
]
|