Files
FsToolbox/.vscode/launch.json
2025-12-12 08:23:19 +01:00

16 lines
356 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Debug",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Cli/bin/Debug/net10.0/FsToolbox.Cli.dll",
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"stopAtEntry": false
}
]
}