{ "version": "0.2.0", "configurations": [ { "name": ".NET Core Launch (Desktop)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/src/Duempelkas.Desktop/bin/Debug/net10.0/Duempelkas.Desktop.exe", "args": [], "cwd": "${workspaceFolder}/src/Duempelkas.Desktop", "stopAtEntry": false, "console": "internalConsole" } ] }