Skip to content

Commit 177d7cd

Browse files
authored
Merge pull request #42 from tuan-nguyen-egany/patch-1
Fix debugging
2 parents a18ef47 + c5e31af commit 177d7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"cwd": "${workspaceRoot}",
1919
"args": [
20-
"--mask **/*.service.ts",
20+
"**/*.service.ts",
2121
"services"
2222
]
2323
},
@@ -36,4 +36,4 @@
3636
]
3737
}
3838
]
39-
}
39+
}

0 commit comments

Comments
 (0)