Skip to content

Commit

Permalink
fix(@schematics/angular): replace vscode launch type from `pwa-chrome…
Browse files Browse the repository at this point in the history
…` to `chrome`

The former is deprecated.

(cherry picked from commit f50dc01)
  • Loading branch information
alan-agius4 committed Apr 25, 2023
1 parent f4a6dac commit d9aefd6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
"configurations": [
{
"name": "ng serve",
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
Expand Down

0 comments on commit d9aefd6

Please sign in to comment.