Skip to content

Commit d9aefd6

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 f4a6dac commit d9aefd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/__dot__vscode/launch.json.template

Lines changed: 1 addition & 1 deletion
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)