extensions/gleam/languages/gleam/tasks.json 🔗
@@ -1,4 +1,9 @@
[
+ {
+ "label": "gleam test",
+ "command": "gleam",
+ "args": ["test"]
+ },
{
"label": "gleam test $ZED_SYMBOL",
"command": "gleam",
Marshall Bowers created
This PR adds a task for running `gleam test`.
Release Notes:
- N/A
extensions/gleam/languages/gleam/tasks.json | 5 +++++
1 file changed, 5 insertions(+)
@@ -1,4 +1,9 @@
[
+ {
+ "label": "gleam test",
+ "command": "gleam",
+ "args": ["test"]
+ },
{
"label": "gleam test $ZED_SYMBOL",
"command": "gleam",