gleam: Add gleam test
task (#11801)
This PR adds a task for running `gleam test`. Release Notes: - N/A
This commit is contained in:
parent
5944caaa90
commit
77f0d35684
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"label": "gleam test",
|
||||
"command": "gleam",
|
||||
"args": ["test"]
|
||||
},
|
||||
{
|
||||
"label": "gleam test $ZED_SYMBOL",
|
||||
"command": "gleam",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue