Skip to content

Commit 90327f5

Browse files
Update tasks.json
1 parent 561239e commit 90327f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

languages/crystal/tasks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,15 @@
1818
"args": ["spec", "$ZED_FILE", "--line=$ZED_ROW", "-p"],
1919
"env": { "GC_DONT_GC": "1" },
2020
"tags": ["crystal-spec"]
21+
},
22+
{
23+
"label": "Shards: install",
24+
"command": "shards",
25+
"args": ["install"]
26+
},
27+
{
28+
"label": "Shards: run",
29+
"command": "shards",
30+
"args": ["run"]
2131
}
2232
]

0 commit comments

Comments
 (0)