Skip to content

Commit c47e3c2

Browse files
committed
Add launch config for debugging
1 parent a18c164 commit c47e3c2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": ".NET Core Launch (console)",
6+
"type": "coreclr",
7+
"request": "launch",
8+
"preLaunchTask": "build",
9+
"program": "${workspaceFolder}/App/Api/bin/Debug/net9.0/Api.dll",
10+
"args": [],
11+
"cwd": "${workspaceFolder}/App/api",
12+
"stopAtEntry": false,
13+
"console": "internalConsole"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)