diff --git a/packages/schematics/angular/workspace/files/__dot__vscode/launch.json.template b/packages/schematics/angular/workspace/files/__dot__vscode/launch.json.template index c87d18d99675..ca1ead818cc1 100644 --- a/packages/schematics/angular/workspace/files/__dot__vscode/launch.json.template +++ b/packages/schematics/angular/workspace/files/__dot__vscode/launch.json.template @@ -4,7 +4,7 @@ "configurations": [ { "name": "ng serve", - "type": "pwa-chrome", + "type": "chrome", "request": "launch", "preLaunchTask": "npm: start", "url": "http://localhost:4200/"