mirror of
https://github.com/tribufu/proxmox-sharp
synced 2026-05-06 06:47:29 +00:00
15 lines
435 B
JSON
15 lines
435 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "C#: Debug",
|
|
"preLaunchTask": "build",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"program": "dotnet",
|
|
"args": ["${workspaceFolder}/src/ProxmoxSharp.Tests/bin/Debug/net8.0/ProxmoxSharp.Tests.dll"],
|
|
"cwd": "${workspaceFolder}",
|
|
"console": "internalConsole"
|
|
}
|
|
]
|
|
}
|