fix(@schematics/angular): replace vscode launch type from pwa-chrome to chrome

The former is deprecated.
This commit is contained in:
Alan Agius 2023-04-25 09:55:20 +00:00 committed by angular-robot[bot]
parent 603d24f966
commit f50dc01a53

View File

@ -4,7 +4,7 @@
"configurations": [
{
"name": "ng serve",
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"