File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 89
89
"appRoot" : " ." ,
90
90
"sourceMaps" : true ,
91
91
"diagnosticLogging" : false ,
92
- "stopOnEntry" : true ,
93
92
"emulator" : false
94
93
},
95
94
{
110
109
"appRoot" : " ." ,
111
110
"sourceMaps" : true ,
112
111
"diagnosticLogging" : false ,
113
- "stopOnEntry" : true ,
114
112
"emulator" : true
115
113
},
116
114
{
131
129
"appRoot" : " ." ,
132
130
"sourceMaps" : true ,
133
131
"diagnosticLogging" : false ,
134
- "stopOnEntry" : true ,
135
132
"emulator" : false
136
133
},
137
134
{
142
139
"appRoot" : " ." ,
143
140
"sourceMaps" : true ,
144
141
"diagnosticLogging" : false ,
145
- "stopOnEntry" : true ,
146
142
"emulator" : true
147
143
},
148
144
{
183
179
"description" : " Optional arguments passed to the NativeScript CLI executable." ,
184
180
"default" : null
185
181
},
182
+ "appRoot" : {
183
+ "type" : " string" ,
184
+ "description" : " The path to the root folder of the application relative to the current working directory." ,
185
+ "default" : null
186
+ },
186
187
"sourceMaps" : {
187
188
"type" : " boolean" ,
188
189
"description" : " Use JavaScript source maps (if they exist)." ,
208
209
"attach" : {
209
210
"required" : [],
210
211
"properties" : {
212
+ "runtimeArgs" : {
213
+ "type" : " array" ,
214
+ "description" : " Optional arguments passed to the runtime executable." ,
215
+ "items" : {
216
+ "type" : " string"
217
+ },
218
+ "default" : []
219
+ },
220
+ "tnsArgs" : {
221
+ "type" : " string" ,
222
+ "description" : " Optional arguments passed to the NativeScript CLI executable." ,
223
+ "default" : null
224
+ },
225
+ "appRoot" : {
226
+ "type" : " string" ,
227
+ "description" : " The path to the root folder of the application relative to the current working directory." ,
228
+ "default" : null
229
+ },
211
230
"sourceMaps" : {
212
231
"type" : " boolean" ,
213
232
"description" : " Use JavaScript source maps (if they exist)." ,
You can’t perform that action at this time.
0 commit comments