We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8240ee9 commit 7767000Copy full SHA for 7767000
1 file changed
.vscode/launch.json
@@ -10,6 +10,16 @@
10
"cwd": "${workspaceFolder}",
11
"stopAtEntry": false,
12
"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"
23
}
24
]
25
0 commit comments