This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 5
5
"name" : " Tests-android" ,
6
6
"type" : " node" ,
7
7
"request" : " launch" ,
8
- "preLaunchTask" : " Setup-tests- android" ,
8
+ "preLaunchTask" : " Setup-android" ,
9
9
"runtimeExecutable" : " npm" ,
10
10
"runtimeArgs" : [
11
11
" run" ,
23
23
"name" : " Tests-ios" ,
24
24
"type" : " node" ,
25
25
"request" : " launch" ,
26
- "preLaunchTask" : " Setup-tests- ios" ,
26
+ "preLaunchTask" : " Setup-ios" ,
27
27
"runtimeExecutable" : " npm" ,
28
28
"runtimeArgs" : [
29
29
" run" ,
Original file line number Diff line number Diff line change 20
20
{
21
21
"type" : " shell" ,
22
22
"label" : " Setup-android" ,
23
+ "dependsOn" : " Build" ,
23
24
"command" : " npm" ,
24
25
"args" : [
25
26
" run" ,
36
37
{
37
38
"type" : " shell" ,
38
39
"label" : " Setup-ios" ,
40
+ "dependsOn" : " Build" ,
39
41
"command" : " npm" ,
40
42
"args" : [
41
43
" run" ,
48
50
"problemMatcher" : [
49
51
" $tsc"
50
52
]
51
- },
52
- {
53
- "label" : " Setup-tests-android" ,
54
- "dependsOn" : [
55
- " Build" ,
56
- " Setup-android"
57
- ]
58
- },
59
- {
60
- "label" : " Setup-tests-ios" ,
61
- "dependsOn" : [
62
- " Build" ,
63
- " Setup-ios"
64
- ]
65
53
}
66
54
]
67
55
}
Original file line number Diff line number Diff line change 11
11
"one-line" : [true ,
12
12
" check-open-brace"
13
13
],
14
- "no-unreachable" : true ,
15
- "no-unused-variable" : true ,
16
- "no-use-before-declare" : true ,
17
14
"quotemark" : [true ,
18
15
" double"
19
16
],
You can’t perform that action at this time.
0 commit comments