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