File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
]
25
25
},
26
26
{
27
- "type" : " pwa- chrome" ,
27
+ "type" : " chrome" ,
28
28
"request" : " attach" ,
29
29
"name" : " Attach to Shared Process" ,
30
30
"timeout" : 30000 ,
202
202
}
203
203
},
204
204
{
205
- "type" : " pwa- chrome" ,
205
+ "type" : " chrome" ,
206
206
"request" : " attach" ,
207
207
"name" : " Attach to VS Code" ,
208
208
"browserAttachLocation" : " workspace" ,
216
216
"perScriptSourcemaps" : " yes"
217
217
},
218
218
{
219
- "type" : " pwa- chrome" ,
219
+ "type" : " chrome" ,
220
220
"request" : " launch" ,
221
221
"name" : " Launch VS Code Internal" ,
222
222
"windows" : {
258
258
}
259
259
},
260
260
{
261
- "type" : " pwa- node" ,
261
+ "type" : " node" ,
262
262
"request" : " launch" ,
263
263
"name" : " VS Code Server (Web)" ,
264
264
"runtimeExecutable" : " ${workspaceFolder}/scripts/code-server.sh" ,
274
274
}
275
275
},
276
276
{
277
- "type" : " pwa- node" ,
277
+ "type" : " node" ,
278
278
"request" : " launch" ,
279
279
"name" : " Main Process" ,
280
280
"attachSimplePort" : 5875 ,
295
295
}
296
296
},
297
297
{
298
- "type" : " pwa- chrome" ,
298
+ "type" : " chrome" ,
299
299
"request" : " launch" ,
300
300
"outFiles" : [],
301
301
"perScriptSourcemaps" : " yes" ,
308
308
}
309
309
},
310
310
{
311
- "type" : " pwa- msedge" ,
311
+ "type" : " msedge" ,
312
312
"request" : " launch" ,
313
313
"outFiles" : [],
314
314
"perScriptSourcemaps" : " yes" ,
403
403
}
404
404
},
405
405
{
406
- "type" : " pwa- node" ,
406
+ "type" : " node" ,
407
407
"request" : " launch" ,
408
408
"name" : " Run Unit Tests" ,
409
409
"program" : " ${workspaceFolder}/test/unit/electron/index.js" ,
433
433
}
434
434
},
435
435
{
436
- "type" : " pwa- node" ,
436
+ "type" : " node" ,
437
437
"request" : " launch" ,
438
438
"name" : " Run Unit Tests For Current File" ,
439
439
"program" : " ${workspaceFolder}/test/unit/electron/index.js" ,
You can’t perform that action at this time.
0 commit comments