Skip to content

Commit 6064e78

Browse files
committed
Add a Ruby::Box fallback
1 parent d59be9a commit 6064e78

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.zed/tasks.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
"label": "quickdraw",
44
"command": "bundle exec qt",
55
"args": ["$ZED_RELATIVE_FILE"],
6-
"tags": ["ruby-test"]
6+
"tags": ["ruby-test"],
7+
"env": {
8+
"RUBY_BOX": "1",
9+
},
710
},
8-
{
9-
"label": "counterpart",
10-
"command": "bundle exec qc",
11-
"args": ["$ZED_RELATIVE_FILE"],
12-
"hide": "always",
13-
"reveal": "never"
14-
}
1511
]

0 commit comments

Comments
 (0)