Skip to content

Commit 5a94444

Browse files
authored
Remove pwa- from launch.json (microsoft#158234)
1 parent b811724 commit 5a94444

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.vscode/launch.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
{
27-
"type": "pwa-chrome",
27+
"type": "chrome",
2828
"request": "attach",
2929
"name": "Attach to Shared Process",
3030
"timeout": 30000,
@@ -202,7 +202,7 @@
202202
}
203203
},
204204
{
205-
"type": "pwa-chrome",
205+
"type": "chrome",
206206
"request": "attach",
207207
"name": "Attach to VS Code",
208208
"browserAttachLocation": "workspace",
@@ -216,7 +216,7 @@
216216
"perScriptSourcemaps": "yes"
217217
},
218218
{
219-
"type": "pwa-chrome",
219+
"type": "chrome",
220220
"request": "launch",
221221
"name": "Launch VS Code Internal",
222222
"windows": {
@@ -258,7 +258,7 @@
258258
}
259259
},
260260
{
261-
"type": "pwa-node",
261+
"type": "node",
262262
"request": "launch",
263263
"name": "VS Code Server (Web)",
264264
"runtimeExecutable": "${workspaceFolder}/scripts/code-server.sh",
@@ -274,7 +274,7 @@
274274
}
275275
},
276276
{
277-
"type": "pwa-node",
277+
"type": "node",
278278
"request": "launch",
279279
"name": "Main Process",
280280
"attachSimplePort": 5875,
@@ -295,7 +295,7 @@
295295
}
296296
},
297297
{
298-
"type": "pwa-chrome",
298+
"type": "chrome",
299299
"request": "launch",
300300
"outFiles": [],
301301
"perScriptSourcemaps": "yes",
@@ -308,7 +308,7 @@
308308
}
309309
},
310310
{
311-
"type": "pwa-msedge",
311+
"type": "msedge",
312312
"request": "launch",
313313
"outFiles": [],
314314
"perScriptSourcemaps": "yes",
@@ -403,7 +403,7 @@
403403
}
404404
},
405405
{
406-
"type": "pwa-node",
406+
"type": "node",
407407
"request": "launch",
408408
"name": "Run Unit Tests",
409409
"program": "${workspaceFolder}/test/unit/electron/index.js",
@@ -433,7 +433,7 @@
433433
}
434434
},
435435
{
436-
"type": "pwa-node",
436+
"type": "node",
437437
"request": "launch",
438438
"name": "Run Unit Tests For Current File",
439439
"program": "${workspaceFolder}/test/unit/electron/index.js",

0 commit comments

Comments
 (0)