We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736cd05 commit 6341947Copy full SHA for 6341947
.vscode/launch.json
@@ -7,7 +7,7 @@
7
"request": "launch",
8
"preLaunchTask": "Build",
9
"program": "${workspaceFolder}/templates/MyProject.Angular/bin/Debug/net5.0/MyProject.Angular.dll",
10
- "cwd": "${workspaceFolder}/templates/MyProject.Angular/bin/Debug/net5.0/",
+ "cwd": "${workspaceFolder}/templates/MyProject.Angular",
11
"internalConsoleOptions": "openOnSessionStart",
12
"env":
13
{
0 commit comments