Skip to content

Commit

Permalink
chore: zed add flutter-test task
Browse files Browse the repository at this point in the history
  • Loading branch information
d1y committed Jun 24, 2024
1 parent a0ae458 commit 9f71908
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .zed/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@
"use_new_terminal": true,
"allow_concurrent_runs": false,
"reveal": "always"
},
{
"label": "flutter test",
"command": "flutter",
"args": [ "test" ],
"use_new_terminal": true,
"allow_concurrent_runs": false,
"reveal": "always"
}
]

0 comments on commit 9f71908

Please sign in to comment.