1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "configurations" : [
4
+ {
5
+ "name" : " Launch on iOS Device" ,
6
+ "type" : " nativescript" ,
7
+ "platform" : " ios" ,
8
+ "request" : " launch" ,
9
+ "appRoot" : " ${workspaceRoot}" ,
10
+ "sourceMaps" : true ,
11
+ "diagnosticLogging" : false ,
12
+ "emulator" : false
13
+ },
14
+ {
15
+ "name" : " Attach on iOS Device" ,
16
+ "type" : " nativescript" ,
17
+ "platform" : " ios" ,
18
+ "request" : " attach" ,
19
+ "appRoot" : " ${workspaceRoot}" ,
20
+ "sourceMaps" : true ,
21
+ "diagnosticLogging" : false ,
22
+ "emulator" : false
23
+ },
24
+ {
25
+ "name" : " Launch on iOS Emulator" ,
26
+ "type" : " nativescript" ,
27
+ "platform" : " ios" ,
28
+ "request" : " launch" ,
29
+ "appRoot" : " ${workspaceRoot}/demo" ,
30
+ "sourceMaps" : true ,
31
+ "diagnosticLogging" : false ,
32
+ "emulator" : true
33
+ },
34
+ {
35
+ "name" : " Attach on iOS Emulator" ,
36
+ "type" : " nativescript" ,
37
+ "platform" : " ios" ,
38
+ "request" : " attach" ,
39
+ "appRoot" : " ${workspaceRoot}" ,
40
+ "sourceMaps" : true ,
41
+ "diagnosticLogging" : false ,
42
+ "emulator" : true
43
+ },
44
+ {
45
+ "name" : " Launch on Android Device" ,
46
+ "type" : " nativescript" ,
47
+ "platform" : " android" ,
48
+ "request" : " launch" ,
49
+ "appRoot" : " ${workspaceRoot}" ,
50
+ "sourceMaps" : true ,
51
+ "diagnosticLogging" : false ,
52
+ "emulator" : false
53
+ },
54
+ {
55
+ "name" : " Launch on Android Emulator" ,
56
+ "type" : " nativescript" ,
57
+ "platform" : " android" ,
58
+ "request" : " launch" ,
59
+ "appRoot" : " ${workspaceRoot}" ,
60
+ "sourceMaps" : true ,
61
+ "diagnosticLogging" : false ,
62
+ "emulator" : true
63
+ },
64
+ {
65
+ "name" : " Attach on Android Device" ,
66
+ "type" : " nativescript" ,
67
+ "platform" : " android" ,
68
+ "request" : " attach" ,
69
+ "appRoot" : " ${workspaceRoot}" ,
70
+ "sourceMaps" : true ,
71
+ "diagnosticLogging" : false ,
72
+ "emulator" : false
73
+ },
74
+ {
75
+ "name" : " Attach on Android Emulator" ,
76
+ "type" : " nativescript" ,
77
+ "platform" : " android" ,
78
+ "request" : " attach" ,
79
+ "appRoot" : " ${workspaceRoot}" ,
80
+ "sourceMaps" : true ,
81
+ "diagnosticLogging" : false ,
82
+ "emulator" : true
83
+ }
84
+ ]
85
+ }
0 commit comments