This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Makes compile the default build task
main
Eric Amodio
7 years ago
parent
4360c86197
commit
a014b8fd49
1 changed files
with
7 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-3
.vscode/tasks.json
+ 7
- 3
.vscode/tasks.json
View File
@ -20,11 +20,14 @@
"label"
:
"compile"
,
"label"
:
"compile"
,
"type"
:
"npm"
,
"type"
:
"npm"
,
"script"
:
"compile"
,
"script"
:
"compile"
,
"group"
:
"build"
,
"problemMatcher"
:
[
"problemMatcher"
:
[
"$tsc"
,
"$tsc"
,
"$tslint5"
"$tslint5"
]
]
,
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
}
}
,
}
,
{
{
"label"
:
"lint"
,
"label"
:
"lint"
,
@ -32,7 +35,8 @@
"script"
:
"lint"
,
"script"
:
"lint"
,
"problemMatcher"
:
[
"problemMatcher"
:
[
"$tslint5"
"$tslint5"
]
]
,
"group"
:
"build"
}
,
}
,
{
{
"type"
:
"npm"
,
"type"
:
"npm"
,
Write
Preview
Loading…
Cancel
Save