mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 20:29:05 +00:00
13 lines
245 B
JSON
13 lines
245 B
JSON
[
|
|
{
|
|
"label": "gleam test",
|
|
"command": "gleam",
|
|
"args": ["test"]
|
|
},
|
|
{
|
|
"label": "gleam test $ZED_SYMBOL",
|
|
"command": "gleam",
|
|
"args": ["test", "--", "--test-name-filter=$ZED_SYMBOL"],
|
|
"tags": ["gleam-test"]
|
|
}
|
|
]
|