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