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 8989 "appRoot" : " ." ,
9090 "sourceMaps" : true ,
9191 "diagnosticLogging" : false ,
92- "stopOnEntry" : true ,
9392 "emulator" : false
9493 },
9594 {
110109 "appRoot" : " ." ,
111110 "sourceMaps" : true ,
112111 "diagnosticLogging" : false ,
113- "stopOnEntry" : true ,
114112 "emulator" : true
115113 },
116114 {
131129 "appRoot" : " ." ,
132130 "sourceMaps" : true ,
133131 "diagnosticLogging" : false ,
134- "stopOnEntry" : true ,
135132 "emulator" : false
136133 },
137134 {
142139 "appRoot" : " ." ,
143140 "sourceMaps" : true ,
144141 "diagnosticLogging" : false ,
145- "stopOnEntry" : true ,
146142 "emulator" : true
147143 },
148144 {
183179 "description" : " Optional arguments passed to the NativeScript CLI executable." ,
184180 "default" : null
185181 },
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+ },
186187 "sourceMaps" : {
187188 "type" : " boolean" ,
188189 "description" : " Use JavaScript source maps (if they exist)." ,
208209 "attach" : {
209210 "required" : [],
210211 "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+ },
211230 "sourceMaps" : {
212231 "type" : " boolean" ,
213232 "description" : " Use JavaScript source maps (if they exist)." ,
You can’t perform that action at this time.
0 commit comments