Skip to content

Commit

Permalink
test: zed tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Mar 14, 2024
1 parent 9fe05bd commit 5209bab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .zed/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"label": "bash echo",
"command": "bash",
"args": ["-c", "echo hello $NAME"],
"env": { "NAME": "bar" },
"use_new_terminal": false,
"allow_concurrent_runs": false
},
{
"label": "java-version",
"command": "java",
"args": ["--version"],
"use_new_terminal": false,
"allow_concurrent_runs": false
}
]

0 comments on commit 5209bab

Please sign in to comment.