Files
FsToolbox/.vscode/launch.json
Andre Beging 63bcdf003d Initial commit
2025-12-11 16:05:31 +01:00

16 lines
345 B
JSON

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