mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
fix(@schematics/angular): replace vscode launch type from pwa-chrome
to chrome
The former is deprecated.
This commit is contained in:
parent
603d24f966
commit
f50dc01a53
@ -4,7 +4,7 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "ng serve",
|
||||
"type": "pwa-chrome",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "npm: start",
|
||||
"url": "http://localhost:4200/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user