Commit f645245f authored by xster's avatar xster Committed by GitHub

Add a convenience test task for vscode (#9570)

parent e2cd7835
......@@ -3,3 +3,4 @@
pubspec.lock
doc/api/
coverage/
.vscode
{
"version": "0.1.0",
"command": "flutter",
"args": [],
"showOutput": "always",
"echoCommand": true,
"tasks": [
{
// Assign key binding to workbench.action.tasks.test to quickly run
// the currently open test.
"taskName": "test",
"isTestCommand": true,
"isShellCommand": true,
"args": ["${file}"]
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment