|
111 | 111 | {
|
112 | 112 | "name": "Sync on iOS",
|
113 | 113 | "type": "nativescript",
|
114 |
| - "platform": "ios", |
115 | 114 | "request": "launch",
|
| 115 | + "platform": "ios", |
116 | 116 | "appRoot": "${workspaceRoot}",
|
117 |
| - "sourceMaps": true, |
118 |
| - "diagnosticLogging": false, |
119 |
| - "emulator": false, |
120 |
| - "rebuild": false, |
121 |
| - "syncAllFiles": false |
| 117 | + "sourceMaps": true |
122 | 118 | },
|
123 | 119 | {
|
124 | 120 | "name": "Launch on iOS",
|
125 | 121 | "type": "nativescript",
|
126 |
| - "platform": "ios", |
127 | 122 | "request": "launch",
|
| 123 | + "platform": "ios", |
128 | 124 | "appRoot": "${workspaceRoot}",
|
129 | 125 | "sourceMaps": true,
|
130 |
| - "diagnosticLogging": false, |
131 |
| - "emulator": false, |
132 | 126 | "rebuild": true
|
133 | 127 | },
|
134 | 128 | {
|
135 | 129 | "name": "Attach on iOS",
|
136 | 130 | "type": "nativescript",
|
137 |
| - "platform": "ios", |
138 | 131 | "request": "attach",
|
| 132 | + "platform": "ios", |
139 | 133 | "appRoot": "${workspaceRoot}",
|
140 |
| - "sourceMaps": true, |
141 |
| - "diagnosticLogging": false, |
142 |
| - "emulator": false |
| 134 | + "sourceMaps": true |
143 | 135 | },
|
144 | 136 | {
|
145 | 137 | "name": "Sync on Android",
|
146 | 138 | "type": "nativescript",
|
147 |
| - "platform": "android", |
148 | 139 | "request": "launch",
|
| 140 | + "platform": "android", |
149 | 141 | "appRoot": "${workspaceRoot}",
|
150 |
| - "sourceMaps": true, |
151 |
| - "diagnosticLogging": false, |
152 |
| - "emulator": false, |
153 |
| - "rebuild": false |
| 142 | + "sourceMaps": true |
154 | 143 | },
|
155 | 144 | {
|
156 | 145 | "name": "Launch on Android",
|
157 | 146 | "type": "nativescript",
|
158 |
| - "platform": "android", |
159 | 147 | "request": "launch",
|
| 148 | + "platform": "android", |
160 | 149 | "appRoot": "${workspaceRoot}",
|
161 | 150 | "sourceMaps": true,
|
162 |
| - "diagnosticLogging": false, |
163 |
| - "emulator": false, |
164 | 151 | "rebuild": true
|
165 | 152 | },
|
166 | 153 | {
|
167 | 154 | "name": "Attach on Android",
|
168 | 155 | "type": "nativescript",
|
169 |
| - "platform": "android", |
170 | 156 | "request": "attach",
|
| 157 | + "platform": "android", |
171 | 158 | "appRoot": "${workspaceRoot}",
|
172 |
| - "sourceMaps": true, |
173 |
| - "diagnosticLogging": false, |
174 |
| - "emulator": false |
| 159 | + "sourceMaps": true |
175 | 160 | }
|
176 | 161 | ],
|
177 | 162 | "configurationAttributes": {
|
178 | 163 | "launch": {
|
179 | 164 | "required": [],
|
180 | 165 | "properties": {
|
181 |
| - "runtimeArgs": { |
182 |
| - "type": "array", |
183 |
| - "description": "Optional arguments passed to the runtime executable.", |
184 |
| - "items": { |
185 |
| - "type": "string" |
186 |
| - }, |
187 |
| - "default": [] |
188 |
| - }, |
189 | 166 | "tnsArgs": {
|
190 | 167 | "type": "array",
|
191 | 168 | "description": "Optional arguments passed to the NativeScript CLI executable.",
|
|
219 | 196 | "description": "NativeScript platform",
|
220 | 197 | "default": null
|
221 | 198 | },
|
222 |
| - "emulator": { |
| 199 | + "stopOnEntry": { |
223 | 200 | "type": "boolean",
|
224 |
| - "description": "Whether the app to run in emulator or on a physical device.", |
| 201 | + "description": "Automatically stop on the first line after lauch", |
| 202 | + "default": false |
| 203 | + }, |
| 204 | + "noDebug": { |
| 205 | + "type": "boolean", |
| 206 | + "description": "If true the launch request will launch the program without enabling debugging", |
225 | 207 | "default": false
|
226 | 208 | },
|
227 | 209 | "rebuild": {
|
|
244 | 226 | "attach": {
|
245 | 227 | "required": [],
|
246 | 228 | "properties": {
|
247 |
| - "runtimeArgs": { |
248 |
| - "type": "array", |
249 |
| - "description": "Optional arguments passed to the runtime executable.", |
250 |
| - "items": { |
251 |
| - "type": "string" |
252 |
| - }, |
253 |
| - "default": [] |
254 |
| - }, |
255 | 229 | "tnsArgs": {
|
256 | 230 | "type": "array",
|
257 | 231 | "description": "Optional arguments passed to the NativeScript CLI executable.",
|
|
285 | 259 | "description": "NativeScript platform",
|
286 | 260 | "default": null
|
287 | 261 | },
|
288 |
| - "emulator": { |
289 |
| - "type": "boolean", |
290 |
| - "description": "Whether the app to run in emulator or on a physical device.", |
291 |
| - "default": false |
292 |
| - }, |
293 | 262 | "nativescriptCliPath": {
|
294 | 263 | "type": "string",
|
295 | 264 | "description": "Path to the nativescript CLI to be used by the NativeScript extension.",
|
|
0 commit comments