gleam: Add gleam test task (#11801)

This PR adds a task for running `gleam test`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-05-14 10:45:14 -04:00 committed by GitHub
parent 5944caaa90
commit 77f0d35684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,9 @@
[
{
"label": "gleam test",
"command": "gleam",
"args": ["test"]
},
{
"label": "gleam test $ZED_SYMBOL",
"command": "gleam",