Skip to content

Commit b21a0e7

Browse files
committed
fix(@schematics/angular): replace vscode launch type from pwa-chrome to chrome
The former is deprecated. (cherry picked from commit f50dc01)
1 parent 0d58f73 commit b21a0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/schematics/angular/workspace/files/__dot__vscode/launch.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"configurations": [
55
{
66
"name": "ng serve",
7-
"type": "pwa-chrome",
7+
"type": "chrome",
88
"request": "launch",
99
"preLaunchTask": "npm: start",
1010
"url": "http://localhost:4200/"

0 commit comments

Comments
 (0)