Skip to content

Commit 04c4707

Browse files
committed
feat(client): Debugging with VSCode
1 parent bea3fd0 commit 04c4707

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/launch.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"version": "0.2.0",
44
"configurations": [
55
{
6-
"name": "ng serve",
7-
"type": "pwa-chrome",
6+
"name": "Debug for client",
7+
"type": "chrome",
88
"request": "launch",
99
"preLaunchTask": "npm: start:dev",
10+
"webRoot": "${workspaceFolder}/client",
1011
"url": "http://localhost:4200/"
1112
},
1213
{

0 commit comments

Comments
 (0)