Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f645245f
Commit
f645245f
authored
Apr 26, 2017
by
xster
Committed by
GitHub
Apr 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a convenience test task for vscode (#9570)
parent
e2cd7835
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
.gitignore
packages/flutter/.gitignore
+1
-0
tasks.json
packages/flutter/.vscode/tasks.json
+17
-0
No files found.
packages/flutter/.gitignore
View file @
f645245f
...
...
@@ -3,3 +3,4 @@
pubspec.lock
doc/api/
coverage/
.vscode
packages/flutter/.vscode/tasks.json
0 → 100644
View file @
f645245f
{
"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}"
]
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment