Skip to content

Commit 4c67954

Browse files
committed
config: zed
1 parent a766e2c commit 4c67954

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.zed/tasks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"label": "Run tests",
4+
"command": "python -u $ZED_DIRNAME/leetcode.py $ZED_FILE",
5+
"use_new_terminal": false,
6+
"allow_concurrent_runs": false,
7+
"reveal": "always"
8+
}
9+
]

0 commit comments

Comments
 (0)