Skip to content

Commit 7767000

Browse files
committed
feat: add launch configuration for CodeLineCounter in VSCode
Signed-off-by: magic56 <magic56@free.fr>
1 parent 8240ee9 commit 7767000

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"cwd": "${workspaceFolder}",
1111
"stopAtEntry": false,
1212
"console": "internalConsole"
13+
},
14+
{
15+
"name": "C#: CodeLineCounter - Isacompta",
16+
"type": "coreclr",
17+
"request": "launch",
18+
"program": "${workspaceFolder}/CodeLineCounter/bin/Debug/net9.0/CodeLineCounter.dll",
19+
"args": ["-d", "E:/_TFS/Isagri.CO/Isagri_Dev_CO_Compta/Isagri.CO/Main/Isaco/DotNet/Sources"],
20+
"cwd": "${workspaceFolder}",
21+
"stopAtEntry": false,
22+
"console": "internalConsole"
1323
}
1424
]
1525
}

0 commit comments

Comments
 (0)