Skip to content

Commit 6341947

Browse files
committed
[fix] Angular app debug in VS Code
1 parent 736cd05 commit 6341947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"request": "launch",
88
"preLaunchTask": "Build",
99
"program": "${workspaceFolder}/templates/MyProject.Angular/bin/Debug/net5.0/MyProject.Angular.dll",
10-
"cwd": "${workspaceFolder}/templates/MyProject.Angular/bin/Debug/net5.0/",
10+
"cwd": "${workspaceFolder}/templates/MyProject.Angular",
1111
"internalConsoleOptions": "openOnSessionStart",
1212
"env":
1313
{

0 commit comments

Comments
 (0)