We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59be9a commit 6064e78Copy full SHA for 6064e78
.zed/tasks.json
@@ -3,13 +3,9 @@
3
"label": "quickdraw",
4
"command": "bundle exec qt",
5
"args": ["$ZED_RELATIVE_FILE"],
6
- "tags": ["ruby-test"]
+ "tags": ["ruby-test"],
7
+ "env": {
8
+ "RUBY_BOX": "1",
9
+ },
10
},
- {
- "label": "counterpart",
- "command": "bundle exec qc",
11
- "args": ["$ZED_RELATIVE_FILE"],
12
- "hide": "always",
13
- "reveal": "never"
14
- }
15
]
0 commit comments