gleam: Add gleam test task (#11801)
This PR adds a task for running `gleam test`. Release Notes: - N/A
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
[
|
||||
{
|
||||
"label": "gleam test",
|
||||
"command": "gleam",
|
||||
"args": ["test"]
|
||||
},
|
||||
{
|
||||
"label": "gleam test $ZED_SYMBOL",
|
||||
"command": "gleam",
|
||||
|
||||
Reference in New Issue
Block a user